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…
tAzureStorageQueuePurge – Docs for ESB 6.x
tAzureStorageQueuePurge Purges messages in an Azure queue. tAzureStorageQueuePurge Standard properties These properties are used to configure tAzureStorageQueuePurge running in the Standard Job framework. The Standard tAzureStorageQueuePurge component belongs to the Cloud family. The component in this framework is generally available. Basic settings Property Type Select the way the connection details will be set. Built-In: The…
tAzureStorageQueueOutput – Docs for ESB 6.x
tAzureStorageQueueOutput Adds messages to the back of an Azure queue. Note that this component can only be used with Java 8. tAzureStorageQueueOutput Standard properties These properties are used to configure tAzureStorageQueueOutput running in the Standard Job framework. The Standard tAzureStorageQueueOutput component belongs to the Cloud family. The component in this framework is generally available. Basic…
tAzureStorageQueueList – Docs for ESB 6.x
tAzureStorageQueueList Returns all queues associated with the given Azure storage account. tAzureStorageQueueList Standard properties These properties are used to configure tAzureStorageQueueList running in the Standard Job framework. The Standard tAzureStorageQueueList component belongs to the Cloud family. The component in this framework is generally available. Basic settings Property Type Select the way the connection details will…
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…
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…