Viewing the code and executing the Route - 7.3

Testing (Mediation)

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
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
2023-06-12

Procedure

  1. Click the Code tab at the bottom of the design workspace to have a 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!.