Hi,
Has anyone ever written a custom flat file disassembler pipeline component that if there are validation failures the exception would give the line numbers of the failures in the source flat file message?
Using the standard pipeline component, an error in the event log will say something like “The Date or Time value received for Field: DocumentDate is incorrect. Error: String was not recognized as a valid DateTime.”
I need to extend this message to:
* state which line number in the received file this occurred.
* list all validation errors, not just the first.
Does anyone have any suggestions on how to do this?