I have made a dtsx package on my computer using SQL Server 2008. It imports data from a semicolon delimited csv file into a table where all of the field types are NVARCHAR MAX.
The problem of converting from any non-unicode source to a unicode SQL Server table can be solved by: