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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Datetime parsing

Hi 

 

I am getting errors when I am trying to map a string field containing datetime data(from csv) from source to the final table using tmap.

 

I attach the screen shots below of the same.

 

I am using talend.dateparse function for getting the desired result but its showing unparseable date. The time stamp is not getting parsed and is throwing runtime error.   

 

 

Please help resolve this issue.0683p000009M9KD.png0683p000009M6pH.png

Labels (3)
10 Replies
Anonymous
Not applicable
Author

Hi
I just made a testing: read the sample file using tFileInputDelimited, convert the string to a Date using expression
TalendDate.parseDate("dd/MM/yyyy HH:mm:ss",row2.Swipe_In_Time)
tFileInputDelimited--main--tMap--tLogRow

The job runs fine.

Regards
Shong