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: 
gurn
Contributor III
Contributor III

Moving files around on Azure Storage Container

Hi

I'm looking for some advice on the best components and approach to moving files around on an Azure Storage container.  

The use case I'm looking to deliver on is

1) Connect to Azure Storage Container

2) Move a specified file or set of files from storage container A to container B and create a sub folder in the target container B to store the files if this doesn't exist.

I assume someone in the community has performed this before, so I'd be keen to know how you've achieved it.

Thanks

Dave

Labels (3)
1 Reply
Shicong_Hong
Support
Support

@gurn No dedicated component for copying files from one container to another. As a workaround, you can use tAzureStorageGet+tAzureStoragePut components. 

tAzureStorageGet: Download files from Azure Storage container into local folder.

tAzureStoragePut: Uploads local files into a given container.

Please read the component documentation to learn more. 

https://help.talend.com/en-US/components/8.0/azure-storage-blob/tazurestorageput-standard-properties

https://help.talend.com/en-US/components/8.0/azure-storage-blob/tazurestorageget-standard-properties

Regards

Shicong