- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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