This has been a common error for me in the past but but I'm not able to resolve it in this package.
My source is a flat file (.txt) and the destination is a SQL table with all columns defined as nvarchar.
In the Flat File Source - I've set all columns to DT_WSTR and mapped.
Notice the Code Page is 0 - I'm not sure why it isn't 1252 or 65001?
All columns in the table are defined as nvarchar.
The OLE DB Destination gives this error:
Error at Data Flow Task [OLE DB Destination [726]]: Columns "Column 0" and "ShipToAcct" cannot convert between unicode and non-unicode string data types.
Thanks for any ideas.