Listing all files in the three buckets - 7.3

GS

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 > Google components > GS components
Data Quality and Preparation > Third-party systems > Cloud storages > Google components > GS components
Design and Development > Third-party systems > Cloud storages > Google components > GS components
Last publication date
2024-02-21

Procedure

  1. Double-click the tGSList component to open its Basic settings view in the Component tab.
  2. Select the Use an existing connection check box and then select the connection you have configured earlier.
  3. Select the List objects in bucket list check box. In the Bucket table, enter the name of the three buckets in the Bucket name column, bighouse, study_room, and bed_room.
  4. Double-click the tIterateToFlow component to open its Basic settings view in the Component tab.
  5. Click Edit schema to define the data to pass on to tLogRow.
    In this example, add two columns bucketName and key, and set their types to Object.
  6. The Mapping table will be populated with the defined columns automatically.
    In the Value column, enter globalMap.get("tGSList_2_CURRENT_BUCKET") for the bucketName column and globalMap.get("tGSList_2_CURRENT_KEY") for the key column. You can also press Ctrl + Space and then choose the appopriate variable.
  7. Double-click the tLogRow component to open its Basic settings view in the Component tab.
  8. Select Table (print values in cells of a table) for a better view of the results.