I am migrating the excel sheet which has different data types using ssis
But data format is changing in source level itself
My excel sheet looks like below:
COL1
Null 1/1/2009 Null 1/2/2009 11.99 123.99
When i see in the source preview it self i am seeing data like
COL1
Null 1/1/2009 12:00:00 AM Null 1/2/2009 12:00:00 AM 12/30/1899 12:00:00 AM 12/30/1899 12:00:00 AM
i feel there need to be some setting in the the connection string given to the excel for maintaining the respective formats of each cell. Please suggest me if there are any ideas