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: 
Anonymous
Not applicable

move files to other sharepoint location

Hi

I am novice to qlivkview. I am loading the files from SharePoint  after the load  I have to move those files into another sharepoint location.

can you please share any ideas or script to move those files from sharepoint  to another location.

Thanks

Regards

Ramu

1 Reply
maxgro
MVP
MVP

are these files on file system?

if yes you can use the execute with move command

execute cmd.exe /c move "C:\OldLocation\SharePointFile.txt" "C:\NewLocation\"