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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

date format in talend

Please let me know how to i make talend understand the date format of "2/21/2005 12:09:18 PM".
It says that it is unable to parse the date.

Labels (2)
13 Replies
Anonymous
Not applicable
Author

svp comment generer des tables destinataires automatiquement depuis un traitement de la table source? merci d'avance 0683p000009MACn.png
Anonymous
Not applicable
Author

Hi raouf12,
This is an international forum and English is the language we use. Posting in English will allow you to get more visibility and more help. Thanks for your understanding!
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello, How can I convert month name to number in talend. for example to January to 1, February to 2, March to 3 and so on.
Anonymous
Not applicable
Author

Hi avvirama,
Is your input month name source  "Date" data type?
If so, please try to use the below expression in tMap
TalendDate.formatDate("yyyy-MM-dd",your date field);
Best regards
Sabrina