Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unparseable date error

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

Labels (2)
11 Replies
manodwhb
Champion II
Champion II

@samisyed80,still do you have issue?

Anonymous
Not applicable
Author

Yes Manohar, it didnt work. 

 

Also, the output table should store the date in "yyyy-mm-dd" format.