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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Excel Date value differs in Generation Mode

Hello,

I am reading date column and also a custom format date column value from excel as String and I get different values based on the generation mode I select. 

Can someone help me with, what is the proper way to read date column? I understand the usage of TalendDate::format() and parse() methods. 

I am processing a large excel file, so the generation mode has to be event mode.

I have attached sample excel file, job is very simple and all columns are read as string

tReadFileExcel  ------->  tLogRow

I am using DI 6.3.1

Labels (1)
2 Replies
Anonymous
Not applicable
Author

Hi,

Do you want to convert your Date type to String type in work flow? What does your expected result look like?

More information will be helpful for us to understand your requirement.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello Sabrina,

I would like to have it as String in M/d/yyyy format and also would like to understand why the values are different from what is shown in Excel and in Talend.

 

Thanks