ETL SSIS : Redirecting error rows to a seperate table

后端 未结 1 1098
春和景丽
春和景丽 2021-01-03 04:06

I am working on a package that contains a Source, about 80 lookups and 1 destination.

The data in the source table is not consistent enough and hence my package fail

相关标签:
1条回答
  • 2021-01-03 04:44

    You can create a second OLE DB Destination and direct the red arrow from your Data Conversion task to this destination. Then choose Configure Error Output in your Data Conversion task and choose Redirect row as an option for all Errors/Truncations. Finish the new destination mapping and you're done: data that is correct should now go to your first destination (green arrow) and incorrect data should go to your second destination (red arrow).

    0 讨论(0)
提交回复
热议问题