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

Excel Dates - is there an auto-magic way of loading Excel files

Hi,
having some problems with Excel and its dates format on Talend 4 using java jobs.
how should i do to import Excel files with java jobs.
thaks
Nicolas
Labels (3)
20 Replies
_AnonymousUser
Specialist III
Specialist III

Hello guys,
Regarding importing date from excel files, i just consulted an experience user which gave really useful hints as
follows:
Just add single inverted comma ' to make it text while it's in date format.
It then will have the date converted to date string instead of 4XXXX numbers.
And then u can import the excel / csv in whatever dd-mm-yy format it is.
Clement