I have many files that have upwards of 66 columns in them. Column headings in the first row, however the suggested data types for most of these come out as DT_STR when I want to force DT_WSTR instead. Is this possible?
I can't choose Unicode under the locale cos then it doesn't like the file itself. I'm importing from non-Unicode files into a Unicode database and lookups require the same datatypes are used 🙁
Please help! 🙂