Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an excel in which one column contains dates, however these dates are in the string format. I'd like to convert this column to a date format in db.
Could anyone please help me with this.
regards,
hs.
sir could you please help me with example.
for example: I have a column name modified on in excel and in that I have records in string format but data is filled with 8/3/12 12:00....so on
now I want the string data type to date data type while I am loading the excel to db.
regards,
sushmaaa
thank you sir...
my input string is in 1/15/17 00:00 ..
so I have used this function in tMap :
TalendDate.parseDate("MM/dd/yy h:mm",your_Date_Column_in_String_Format)
and the string datatype is changed to date datatype in output.
I have one doubt , if I have a file in csv format,will it work?