I have a table that needs to map 104 columns and convert from Unicode to non-Unicode, etc as (DT_STR,10,1252)[ColumnName]
within the derived column editor in SSIS.
I cannot simply CAST from the SQL statement given I am ingesting from CDC Control task in SSIS and you have no opportunity to CAST outside of the derived column task.
Given I have over 100 columns to manually map, is there a way to dynamically do this in SSIS instead of going through each and every column manually?