Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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