Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Uploading multiple csv files

I am trying to upload multiple csv files of similar type ie. monthly sales data. How do I manage that without combining all the data into a single csv file - do I need to write a script?

2 Replies
Gysbert_Wassenaar

Perhaps you can use wildcard loading:

MyCSVData:

LOAD A, B, C ...etc

FROM [D:\CSVData\*.csv] (txt, ....etc);


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you! It worked perfectly