Forum Discussion
franciscoamores
2 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
- 11 months ago
- 10 months ago