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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Delete file from FTP after load

Good day.
We have an issue with load from remote FTP:
our partners give us access to their ftp where they deploy daily XML files, with one condition: we should delete files after load.

It`s easy to load from, like:

campaign:

LOAD     *

FROM [ftp://login:password@host/file.xml] (XmlSimple, Table is [campaigns/campaign]);

But I confused by second part of task.

How can we remove files after loading? I will be very grateful for any ideas.

1 Reply
Not applicable
Author

I used standart windows shell ftp client through the exec command in QV script.