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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
rupaliqlik
Partner - Creator
Partner - Creator

Copy qvd dynamically through script level. with execute statement

Hi  all,

I have some qvd's in various folder and i want to copy it into another folder.The qvd should copy dynamically through script.

If qvd has space in between there name that qvd could not copy so what should be the way to copy that qvd too?.Please help me   on it.


DATA:

Load * Inline

[

Audit_QVD

E:\Data\Product.qvd

E:\Data\Sap\Product_SAP.qvd

D:\SAP_BW\Billing_Master.qvd

D:\SAP_BW\Supplier Chain.qvd

];


Here source folder Should be Audit qvd column and I want to paste it into destination folder  E:\Audit\ folder.is it possible?

I want to write a code into script.So how to write it into scriptlevel with for loop. I can not use batch file as per user requirement.

Thanks in advance,

stalwar1

1 Reply
tomasz_tru
Specialist
Specialist

Remove files with space by WHERE clause or set flag, then:

EXECUTE cmd.exe /C CP '[from]' '[to]'