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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileInputExcel read multiple tab

Hi

I have an excel sheet and it has two tab. Each tab has different schema structure. Can i read read two tab with different schema structure in single tFileInputExcel component?

Thanks

Saswata

Labels (2)
1 Reply
manodwhb
Champion II
Champion II

You can not read directly using tfilieinput excel with static schema , you can try to use dynamic before that you need to take the sheet names and iterate and pass the sheet name to tfileinputexcel with dynamic schema.

tfixedflowinput to pass the hard-coded values of sheet names and iterate using tflowiterate and tfileinputexcel using the global variable of tflowtoiterate as a sheet name.