973-584-9100 contactus@bardess.com

One good thing to know is that you can use an asterisk * within a file name. Qlik will load all the files that fit the criteria.

Say you have a directory named QVD, which has all of your QVDs prepped and ready for your data model. You can simply do the following to load them all.

wildcard load

If you have extracts with a date or notation to them, you can load them in a similar fashion.

wildcard load

Using these files as an example:

wildcard load

All the files would be loaded except for Sales201904.csv, because it doesn’t match the Sales_*.csv criteria, because it is missing the underscore.

One thing to note is that you are relying on Qlik’s brain on what to do with the tables. You aren’t being explicit with what you want. So tables with the same fields will be auto-concatenated, while others with a different structure will be created as different tables.

If you want to be explicit, which you know I do, you can utilize a loop.

wildcard load

Source

}