I am loading data from excel spreadsheet to SQL table using SSIS package. Excel spreadsheet column formatted to data type "Number" but column consists only texts ("Y" or "N"). This particular column data won't load to SQL table unless I have manually changed the spreadsheet data type to text. I am processing 50+ spreadsheets everyday so manually changing this column is not an easy thing. Can someone please help me how to get this worked by changing data type in stored procedure or table.
Many thanks & you help would be much appreciated.