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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine