Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am converting a QVW with a QVD into an Incremental Load with an automated Managed File Transfer to move my source files (CSV) into my QV server folder. I've found references on how to do an insert but I don't see anything explaining what to do with the old files. I will have a LOT of files on a daily or weekly basis. How do I move or delete them once used?
execute can be used to run most windows commands
so something like below should work.
execute cmd.exe /c copy *.csv \backuppath\
execute can be used to run most windows commands
so something like below should work.
execute cmd.exe /c copy *.csv \backuppath\