I am trying to import Excel Data as a source to a SQL Server table destination. For the Excel source, when I try to click on the Source box and reset the lengths and types in the Advanced Editor, it keeps setting it the Excel Source import columns back to 255 length and DT_WSTR type. Some of my columns just need small unsigned integers and the 255 DT_WSTR is overkill. My searches on this subject find more about how to extend it beyond the 255 rather than to truncate from the start.
It seems that the Data Conversion Transformation doesn't exactly handle this issue maybe I am using it wrongly for this. Is there a way to truncate the data coming in without just shutting off the truncation error?

