Hello. I'm trying to import an excel file that is sent from an outside source, several times a month, and loaded into sql '05. All of the columns are text in Excel, but some of the values start with characters and some with numbers. The values that start with numbers are not getting loaded into the table, they're going in as NULL. If i go in and double click on the field with all numbers in Excel, I get the little green arrow in the corner telling me it's a number in a text format... Then the number gets imported to the table.
I have an Excel Source object pulling the worksheet in Excel, and looking at the Preview of the file also shows NULL for those values.
Any thoughts on how to get around this problem without having to go into each cell and "activating" it?
Thanks.