Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jennifer_siders
Contributor III
Contributor III

Azure Storage Moving files

Hi,

We have a requirement wherein files will be sent to Azure blob storage and we need to pick them for further processing outside of Azure. However, given that there will be new files continuously dumped into this container, we are planning to move them after reading to an ARCHIVE container, so that they are available for future reference and new files will be picked as they are made available in the main container.

We are using tAzureStorageGet to copy the files out but how can we move them to a different container after reading them, so that the same files are not available next time?

Regards

J

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

No tAzureStorageCopy component is available, so use tAzureStorageDelete to delete the file from the container and use tAzureStoragePut to upload the file to another container.

 

Regards

Shong