Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am getting "Unparseable date" error by using the below code.
"".equals(ColName) || ColName == null ? "" : TalendDate.formatDate("yyyy-MM-dd",TalendDate.parseDate("MM-dd-yyyy","ColName"))
Input is "Date" type, i am converting it to String type. I am also trying to replace null with blank values
@samisyed80,still do you have issue?
Yes Manohar, it didnt work.
Also, the output table should store the date in "yyyy-mm-dd" format.