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: 
Not applicable

Monitor a Folder for the Creation of File (csv), then Load

Hi all,

Is it possible to have a macro to pole a folder and when a csv file is added for it to be loaded into QV?

Any help on how to do this will be great!

11 Replies
Not applicable
Author

I have no objection to that  /adding more steps if fine

Not applicable
Author

I've managed to solve this problem..... pretty simple - I've added 2 as the bWaitOnReturn part of the WshShell.Run script (that executes my Python Script).

A text box will open once Python is finished (file would be there) & I now know when to reload the data.

Thanks for all the suggestions.