Executing the Job - Cloud - 8.0

CosmosDB

Version
Cloud
8.0
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 > Database components (Integration) > CosmosDB components
Data Quality and Preparation > Third-party systems > Database components (Integration) > CosmosDB components
Design and Development > Third-party systems > Database components (Integration) > CosmosDB components
Last publication date
2024-03-28

Procedure

  1. Press Ctrl+S to save the Job.
  2. Press F6 to run the Job.
    For the three tables in the output console:
    • The tLogRow_4 table displays the record with the name field being name1 as a JSON string. This is because the schema of tCosmosDBInput_2 component has a column with the DB Column being * and Type being String. The string is passed to the tCosmosDBOutput_2 component, which inserts the string to the collection named TDI44990_2 using a dynamic schema.
    • The tLogRow_5 table displays the record with the name field being name2 as an object. This is because the schema of tCosmosDBInput_3 component has a column with the DB Column being * and Type being Object. The data object is passed to the tCosmosDBOutput_3 component, which inserts the object to the collection named TDI44990_2 using a dynamic schema.
    • The tCosmosDBInput_4 component verifies the operations of tCosmosDBOutput_2 and tCosmosDBOutput_3 components by retrieving all the records from the collection named TDI44990_2 and passing the records to the tLogRow_6 component. The tLogRow_6 table lists the content of all the records retrieved.
    • The three tables show that tCosmosDBOutput_2 and tCosmosDBOutput_3 components insert the data to the TDI44990_2 collection properly.