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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
MauriceLudo
Creator II
Creator II

load file excel

Hello,
I would like to know the best solution to load excel files every month at once, each file contains the same fields, just the values ​​that change each month.
Thank you for your help.
Best regards

Maurice


1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can load all the excel files using a * as wildcard:

MyData:

LOAD * FROM [D:\ExcelFiles\*.xlsx] (ooxml, embedded label, table is Sheet1);

Or you can use a loop: loop through to load all files from a folder and its subfolders?


talk is cheap, supply exceeds demand