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

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.