Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mhmmd_srf
Creator II
Creator II

Moving CSV files using QV Script

Hi all,

 

I want to move all CSV files from QVD folder to Archive folder at the end of Qlik script.

My code is below:

EXECUTE CMD.EXE /C move "..\QVD\*.csv" "..\QVD\Archive"

It is giving me error. Can anyone please suggest.

I am attaching the error screen shot.

Thanks,

Sarif

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

then you will also have to activate this:

Unbenannt.png

View solution in original post

6 Replies
Frank_Hartmann
Master II
Master II

is this activated?

Unbenannt.png

mhmmd_srf
Creator II
Creator II
Author

No. It is not activated.

If I activate also, I am getting different error.

I am attaching the error screen shot.

Please suggest.

Thanks,

Sarif

Frank_Hartmann
Master II
Master II

then you will also have to activate this:

Unbenannt.png

mhmmd_srf
Creator II
Creator II
Author

awesome..working fine ...thanks...

Josh_Berg_Support

Sarif,

Please make sure you mark @Frank_Hartmann 's suggestion as the correct answer so others will be able to learn from this as well.

Thanks,

Josh

Qlik Support

To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
mhmmd_srf
Creator II
Creator II
Author

unfortunately I am not able to find that option.