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: 
rakeshshah
Partner - Creator
Partner - Creator

Corruption Importing date format

Hi All

I am having issues importing from a CSV file - when I use the date# and date functions on load it appears to be modifying the date's month.

First Image is the original file opened in Notepad++ - i have highlighted the bit in questions - clearly a February Month

Second image is the import line i have in Qlik

Third image is the resulting field in Qlik sheet - changed to December

if it helps I am running the latest version of Qlik Sense Desktop 3.2 SR2 (10.18.3)

Looking for help with what im doing wrong

Thanks

Rakesh

Image1.PNGimage2.PNGImage3.PNG

12 Replies
rakeshshah
Partner - Creator
Partner - Creator
Author

Hi Andrey,

Thanks - I don't have Qlik View so can't see this - only Qlik Sense.

Thank you everyone for your help!

The following worked

timestamp(Timestamp#(@38,'YYYY/MM/DD hh:mm:ss'),'YYYY/MM/DD hh:mm:ss') as Rebuilt,

Didn't seem to be a need for the PurgeChar

Rakesh

ahaahaaha
Partner - Master
Partner - Master

Hi Rakesh

In attached file example for Qlik Sence. I am very glad that our colleagues could help you. All the best.

Regards,

Andrey

rakeshshah
Partner - Creator
Partner - Creator
Author

thank you