Forum Discussion
franciscoamores
3 years agoContributor II
Hi,
You can implement the TransformationEventHandler to capture parser results and throw your own Exception
For example:
objTransformer.Parser.LinesRead
or objTransformer.Parser.LinesRead
I think there is an example for the event handler in GolfStream., You can implement this functionality in event FinalizeParseAndTransform (After)
you can do something like this:
HTH
Related Content
- 12 months ago
- 12 months ago