Forum Discussion

Mikki's avatar
Mikki
New Contributor III
15 days ago

Fetch Metadata values from Text file in Transformation Event Handler

Hi Experts,

I am working on TransformationEventHandler rule in which we need to read the first 4 columns of a text file that is being uploaded to Workflow Import so I can do some sanity checks and error out if they are not correct. 

Does anyone have sample code that reads the values of file? I checked everywhere but not much documentation on this.

Also, I placed this code in "ParseSourceData" BREventOperationType.  Not sure if this is correct or need to put under "ParseTransformationRules"?

Thanks in advance,

PM