Let take an example I have SQL record which has 15 columns and in that 10<sup>th</sup> and 15 column has error data. In that case how Cozyroc returns error record.
Meaning either it will return
- Two rows with error code for 10<sup>th</sup> column and error code for 15<sup>th</sup> column.
- It will return one row with error code for 10<sup>th</sup> column and after correcting 10<sup>th</sup> column. Second time if I run SSIS it will return row with error code for 15<sup>th</sup> column.
Please help me how to handle single row with multiple column has error data.