Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
sunbaj
Contributor III
Contributor III

Load files in specific sequence

Hi,

I need to load files from a folder in a specific sequence. I might get more than 1 file in a day. So I need to load the file in a specific sequence only in a loop so that the oldest file loads first and the full process id executed and then and then the subsequent files are loaded one by one.

 

How can I achieve this. tFileList does not specify the sequence. It randomly picks the file in any sequence but I need to load the files in a specific sequence. 

 

I have loaded the file properties in a table and now I would pull the file name and them loop through it and process it one by one. 

 

What would be the best way to achieve this.

 

Thanks

Sunil

Labels (3)
11 Replies
sunbaj
Contributor III
Contributor III
Author

Not been able to resolve it. So near to solution yet so far from resolving it Smiley Sad
sunbaj
Contributor III
Contributor III
Author

Finally able to resolve it. I had to append the file type which I was not doing. So now finally I have been able to run it in a loop.

Thanks