Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have date which is in string "MM/dd/yyyy" and i want to convert same format in DATE data type in talend,
means
"MM/dd/yyyy" data type(String) ---> MM/dd/yyyy data type(DATE)
how could i do this please provide the solution.
thanks and regards
Shailendra Shukla
Hi ,
I would like to convert date from string format "yyyyDDmm" to Date format "yyyy-MM-dd" .
May i know the correct Expression in Talend ?
Hi,
I have my source data in the format - 01-JAN-2001 in a string field.
Column has some Null values. I get the below error when i am trying to convert it to date data type.
TalendDate.parseDate("dd-MON-yyyy",row1.date_of_intro)
Error:
java.lang.IllegalArgumentException: Illegal pattern character 'O'
My Target table has date pattern - "dd-MON-yyyy" for the column.