You get the error message, because "ComponentMetaData" don't have a method anmed "GetIdenfificationStringByLineageID" and I can't find anything about online.
Get error column name using script transformation
Hello,
Hello with error caused by the GetIdenfificationStringByLineageID. I'm trying to get the actual error column name and I can't get pass this error message.
Thanks,
3 answers
Sort by: Most helpful
-
-
libpekin 166 Reputation points
2024-06-25T14:56:29.2+00:00 Hi @Olaf Helper
Thanks for the response.
Yea, I had similar challenges finding something online. However, the code works by removing the "this" keyword from the line of code. So, the below modification is working fine.
string myColumnName = componentMetaData.GetIdentificationStringByID(Row.ErrorColumn);
-
libpekin 166 Reputation points
2024-06-25T15:00:51.4766667+00:00 Yea, I had similar challenges finding something online. However, the code works by removing the "this" keyword from the line of code. So, the below modification is working fine.
string myColumnName = componentMetaData.GetIdentificationStringByID(Row.ErrorColumn);