Azure Storage 6.x

Scenario: Creating a container in Azure Storage – Docs for ESB 6.x

Scenario: Creating a container in Azure Storage In this scenario, a four-component Job uses Azure Storage components to create a container in a given Azure Storage system and check whether this container is successfully created. Before replicating this scenario, you must have appropriate rights and permissions to read and write files in the Azure storage…

Scenario: Retrieving files from a Azure Storage container – Docs for ESB 6.x

Scenario: Retrieving files from a Azure Storage container In this scenario, a five-component Job uses Azure Storage components to write files in a given Azure Storage system and then retrieve selected files (blobs in terms of Azure Storage) from that system. Before replicating this scenario, you must have appropriate rights and permissions to read and…

Retrieving selected files – Docs for ESB 6.x

Retrieving selected files Double-click tAzureStorageGet to open its Component view. Select the component whose connection details will be used to set up the Azure storage connection. In this example, it is tAzureStorageConnection_1. In the Container name field, enter the name of the container from which you need to retrieve files. In this scenario, it is…

Verifying the creation – Docs for ESB 6.x

Verifying the creation Double-click tAzureStorageContainerExist to open its Component view. Select the component whose connection details will be used to set up the Azure storage connection. In this example, it is tAzureStorageConnection_1. In the Container name field, enter the name of the container you need to check whether it exists. Double-click tJava to open its…

Writing data into an Azure Storage table – Docs for ESB 6.x

Writing data into an Azure Storage table Configure the tFixedFlowInput component and the tAzureStorageOutputTable component to write the employee data into an Azure Storage table. Double-click the tFixedFlowInput component to open its Basic settings view on the Component tab. Click next to Edit schema to open the schema dialog box and define the schema by…

Retrieving data from the Azure Storage table – Docs for ESB 6.x

Retrieving data from the Azure Storage table Configure the tAzureStorageInputTable component and the tLogRow component to retrieve the employee data from the Azure Storage table. Double-click the tAzureStorageInputTable component to open its Basic settings view. From the connection component drop-down list, select the component whose connection details will be used to set up the connection…

Creating a Job for handling data with Azure Table storage – Docs for ESB 6.x

Creating a Job for handling data with Azure Table storage Create a Job to connect to an Azure storage account, write some employee data into an Azure storage table, and then retrieve that information from the table and display it on the console. Create a new Job and add a tAzureStorageConnection component, a tFixedFlowInput component,…

Creating a container – Docs for ESB 6.x

Creating a container Double-click tAzureStorageContainerCreate to open its Component view. Select the component whose connection details will be used to set up the Azure storage connection. In this example, it is tAzureStorageConnection_1. In the Container name field, enter the name of the container you need to create. If a container using the same name exists,…

Executing the Job to handle data with Azure Table storage – Docs for ESB 6.x

Executing the Job to handle data with Azure Table storage After setting up the Job and configuring the components used in the Job for handling data with Azure Table storage, you can then execute the Job and verify the Job execution result. Press Ctrl + S to save the Job. Press F6 to execute the…

Handling data with Microsoft Azure Table storage – Docs for ESB 6.x

Handling data with Microsoft Azure Table storage Here is an example of using Talend components to connect to a Microsoft Azure storage account that gives you access to Azure storage table service, write some employee data into an Azure storage table, and then retrieve the employee data from the table and display it on the…