Friday, July 12, 2019

Talend ETL - Upload any files to Azure Blob Storage

In this tutorial, we will learn "How to upload any files to Azure Blob Storage Container" in Talend Open Studio. 
We are amusing that you have already an Azure account and have all the credentials to connect from Talend Open Studio to Azure Storage Blob.

Note: If you don't have an Azure subscription, then create a free account before you begin.

Here, we will focus on Talend - upload any files to Azure Storage Blob 
Creating Azure Storage Connection - Setting for connecting to an Azure storage account
Account name -Enter the name of the storage account to be connected to. 
Account key - Enter the primary or the secondary key associated with the storage account to be used. These keys can be found in the Manage Access Key dashboard in the Azure Storage system to be connected to.
Protocol list - select the protocol for the endpoint of the storage account to be used. 

Set local folder path to upload files To provide the file path from local, Azure storage blob container name and directory name in Azure storage blob container.
Get the list of files from Azure storage blob container and directory name in Azure storage blob container
List of Talend components to accomplish this task-
1. tAzureStorageConnection - to connecting to an Azure storage account
2. tAzureStoragePut – To provide the file path from local, Azure storage blob container name and directory name in Azure storage blob container
3. tAzureStorageList  - to get the list of files from Azure storage blob container and directory name in Azure storage blob container
4. tJava – To show the output message 

To Learn more, please visit us at YouTube - 

No comments:

Post a Comment