Retrieving selected files - 7.3

Azure Storage Blob

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Data Quality and Preparation > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Design and Development > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Last publication date
2024-02-21

Procedure

  1. Double-click tAzureStorageGet to open its Component view.
  2. Select the component whose connection details will be used to set up the Azure storage connection. In this example, it is tAzureStorageConnection_1.
  3. In the Container name field, enter the name of the container from which you need to retrieve files. In this scenario, it is talendcontainer.
  4. In the Local folder field, enter the path, or browse, to the directory where you want to put the retrieved files. In this example, it is E:/screenshots.
  5. Under the Blob table, click the [+] button to add one row in the table.
  6. In the Prefix column, enter the common name prefix of the files (blobs) to be retrieved. In this example, it is photos/mongodb/.
  7. In the Include sub-directories column, select the check box in the newly added row. This allows tAzureStorageGet to retrieve all the files (blobs) beneath the photos/mongodb/ level.
  8. In the Create parent directories column, select the check box in the newly added row to create the same directory in the specified local folder as the retrieved blobs have in the container.

    Note that having this same directory is necessary for successfully retrieving blobs. If you leave this check box clear, then you need to create the same directory yourself in the target local folder.