Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Delete QVD files from a folder.

Hello everyone.

In my script, use the STORE command to write the output to a file QVD.

I can do the opposite? Delete all files with the QVD a folder?

1 Reply
pover
Luminary Alumni
Luminary Alumni

Use the execute function in the script to run a DOS command:

execute cmd /c del /q "filename.qvd";

Regards.