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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tasfiahm
Creator
Creator

Issue with Iterating through tFileInputExcel not iterating

Hi I am trying to use tfilelist with tFileInputExcel component. In tfilelist it is able to iterate 2 files but tFileInputExcel is only processing 1 file. I have attached the screenshot of the issue. 

Please help me if you can.

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Are you not able to load all your data from *xlsx files into your target output? Are your *xlsx files with same schema structure?

Best regards

Sabrina

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

Are you not able to load all your data from *xlsx files into your target output? Are your *xlsx files with same schema structure?

Best regards

Sabrina

Anonymous
Not applicable

Hi,

 

     The most probable reason for the issue could be that the sheet list specified in your fileinputexcel. Could you please hard code each file name (instead of current file path) and execute to verify whether the data is getting extracted properly for both files?

 

     If it is working fine for above step, could you please share the advanced settings of both components?

 

Warm Regards,

 

Nikhil Thampi

 

 

Tasfiahm
Creator
Creator
Author

Thanks!!! it was a schema issue at the input side. After fixing it it was solved.