Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Executing the Job

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!