Originally posted by: SystemAdmin
I have the following type tree definition:
File
--Row(s)
----Field1;Field2;Field3<NL>
Each row has 3 fields delimited by a ";" and terminated by a <NL> (or the File Rows delimited by <NL>, same result).
My problem is, when by mistake another delimiter in the input data is used like "," for example, I would like to just skip this record, and continue with the next.
At the moment the records after the row_in_error are ignored.
Anyone can help please?
Thanks.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender