Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend Support officer,
Can you tell me how can I convert the string data of "14/09/2001" from MS Access to DB2 date format ("yyyy-mm-dd") as "2001-09-14" by using tMap function in Talend Open Studio, please?
Thanks.
Regards,
KM
TalendDate.formatDate("yyyy-MM-dd", TalendDate.parseDate("dd-MM-yyyy HH:MM",row1.columnname));