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: 
Not applicable

Iteration for loading multiple csv file which has timestamp

Dear All,

I need to load lots of csv file into a QlikView dashboard. The structure of csv file is as below:

"YYYYMMDD"-LE-0"X".csv

"YYYYMMDD" is date and "X" is one digit number. How can I make the iterative load for all of the csv file with the same naming structure.

Thanks for your support.

Kind Regards,

1 Solution

Accepted Solutions
rbecher
MVP
MVP

Hi,

you can loop this way:

for each File in filelist ('$(vPath)'&'\*.csv')
next


- Ralf

Astrato.io Head of R&D

View solution in original post

1 Reply
rbecher
MVP
MVP

Hi,

you can loop this way:

for each File in filelist ('$(vPath)'&'\*.csv')
next


- Ralf

Astrato.io Head of R&D