We are migrating an SSIS package to Rhino ETL. The SSIS package currently outputs bad rows to an alternate destination table where all columns are nullable and varchar. Good rows go to the real destination table but upon error, it will redirect the bad rows to this other error table. Is there a way to make Rhino ETL do the same?
The destination tables are Sql Server 2008 R2 SP2.