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

Date Type Change from Float to Date

Source column is primitive float type, I want to convert it into date in yyyyMMDD format. How to convert this in Talend

Labels (2)
1 Reply
cterenzi
Specialist
Specialist

Convert it to a string first and then use TalendDate.parseDate to convert the string to a Date.