Hello,
I have a transformation with a CSV File Input step that writes records that have errors to a file in a CSV File Output step. The problem is that I only get a partial record written to the file when there is an error and I need the original record. I've tried using a RowListener on the input step but only get the correctly formatted records and a RowListener on the output step only gets the incomplete record where the error occurred. Is there a way to get the complete record where the error occurred?
Thanks in advance!
I have a transformation with a CSV File Input step that writes records that have errors to a file in a CSV File Output step. The problem is that I only get a partial record written to the file when there is an error and I need the original record. I've tried using a RowListener on the input step but only get the correctly formatted records and a RowListener on the output step only gets the incomplete record where the error occurred. Is there a way to get the complete record where the error occurred?
Thanks in advance!