I have defined my source as flat file with column delimiter as coma, Row delimiter as new line and text delimiter as single code. Error threshold (Maximum errors to stop the job as: unlimited).
When I am receiving source file in which 3nd row, one of the column has a string, in which single code is missing...generally that particular row only has to be skipped as it is error.
But in this situation, it is skipping all rows afterthis error row.
I have attached flat file screen shot ,
3rd Row with Empno :3 has Ename as 'Samual which not ended with single code , this row needs to be skipped
But this row is being skipped and same time next rows ( Row 4, 5 with EmpNo 4,5 which has strings with proper single codes ) also skipped.
Why next rows ( Row 4,5 ) are skipped, they should not be skipped row
How could I resolve this?