Viewing the code and executing the Route - Cloud - 8.0

Testing (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Testing components (Mediation)
Data Quality and Preparation > Third-party systems > Testing components (Mediation)
Design and Development > Third-party systems > Testing components (Mediation)
Last publication date
2024-02-21

Procedure

  1. Click the Code tab at the bottom of the design workspace to look at the generated code.
    As shown in the code, the Route is built from the cDataset_cDataset_1 endpoint, routed .to the cDataset_cLog_1, set the message body as "Hello!" by the cDataset_cSetBody_1, and then routed .to the cDataset_cLog_2.
  2. Press F6 to execute the Route.
    A dataset of 1000 messages is created and logged in the execution console. The default message body is <hello>world!</hello>. It is changed to Hello!.