I"m trying to learn SSIS and am creating a package. I have a data flow with the following:
1. OLE DB Source
2. Data Conversion
3. Excel Destination
I"m unable to configure the Excel Destination. I'm getting a validation error - Columns... cannot convert between unicode and non-unicode string. I added the data conversion and for the DataType for the Output Columns I changed from Unicode string (DT_WSTR) to string (DT_STR). That did not work. I"m unsure what I'm doing wrong.