I have to import data from excel file source to table using ssis. The problem is that one of the column in excel has value like
40934
40935...and so on.....
when i do format cel in excel these numbers get convert into date i.e these numbers are Excel serial date.
I have to Convert Excel serial date to ISO YYYYMMDD and then put in a table. So how to do this in ssis.
Please help its urgent.
Thanks in advance.
j