Hello,
Daily we have to load data from excel to databse. But in excel source file, date format is not unique i.e. some column have 5/30/2014 4:18:55 AM pattern and some column have 41789.1798032407 pattern. So data conversion using derived column is not easy here.
Now we are manually changing the data type to short date in excel file and then we'll execute the job. I want to automate this job without manual work. So can we able to convert data from string to date or is there any other process to do this.
Pls help.