Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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\"