Viewing code and executing the Route - Cloud - 8.0

Database (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 > Database components (Mediation)
Data Quality and Preparation > Third-party systems > Database components (Mediation)
Design and Development > Third-party systems > Database components (Mediation)
Last publication date
2024-02-21

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, three subRoutes are built from cTimer to cLog.
  2. Click the Run view to display it and click the Run button to launch the execution of your route. You can also press F6 to execute it.
    RESULT: The log messages in the three subRoutes are printed in the console. In the first subRoute, a TEST_TABLE is created in the database. In the second subRoute, three rows are written into the TEST_TABLE. In the third subRoute, the data in the TEST_TABLE is read.