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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read excel file sheets with different schema structure and load each sheet into a file delimited.

Hi Team,

 

I have requirement to read excel file sheets with different schema structure and load each sheet into a file delimited. Can you help me components to do this use-case.

 

Thank You!

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

Do you know maximum number of column possible ?

If yes , you could read each sheet , as string and send it to file delimiter .

 

Attaching an example job. For example here I know that Maximum number of column will be 7.


in.xlsx

View solution in original post

2 Replies
akumar2301
Specialist II
Specialist II

Do you know maximum number of column possible ?

If yes , you could read each sheet , as string and send it to file delimiter .

 

Attaching an example job. For example here I know that Maximum number of column will be 7.


in.xlsx
Anonymous
Not applicable
Author

Thanks a lot Abhishek,It did work.