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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
timsaddler
Creator III
Creator III

Loading taskLog files in Qlikview

hello all,

Is it possible to load these TaskLog.txt files using a wildcard scenario straight into Qlikview ?

I'm trying to compare the run time of a Qlikview qvw as it needs to always be less than 3 minutes.

many thanks

\\Qlikview1\Qlikview_Files\DistributionService\2\Log\20150204\000508 - Reload of Development Qvd_Rollcall_S1 - RollCall Extract\TaskLog.txt

\\Qlikview1\Qlikview_Files\DistributionService\2\Log\20150204\000732 - Reload of Development Qvd_Rollcall_S1 - RollCall Extract\TaskLog.txt ;

1 Reply
Anonymous
Not applicable

You should be able to load all files using a star as a wildcard.

Eg: \\Qlikview1\Qlikview_Files\DistributionService\2\Log\20150204\*Reload of Development Qvd_Rollcall_S1 - RollCall Extract\TaskLog.txt ;

I guess the more advanced scenario starts with having to look into each of the folders (pr day) to load the files.

Look into Loading data from multiple xls-files from folder with subfolder to see an example of how to loop through multiple folders and load files.