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

Viewing code and executing the Route

Procedure

  1. Click the Code tab at the bottom of the design workspace to have a look at the generated code.
  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 following log messages are printed in the console. The input JSON message is sent to three endpoints and transformed by the same JSLT templates from different resources.
    Starting job cjslt at 16:22 21/08/2024.
    [statistics] connecting to socket on port 3661
    [statistics] connected
    [WARN ] 16:22:50 cjslt.cLog_1- Exchange[ExchangePattern: InOnly, BodyType: String, Body: {  "firstName" : "Mike",  "lastName" : "Jonson",  "fullName" : "Mike Jonson",  "fileName" : "runtime.cfg",  "unixTime" : 1724228570506,  "status" : 200,  "employee" : {    "consultant" : true,    "since" : 2011  },  "path" : "/etc/talend/runtime.cfg"}]
    [WARN ] 16:22:50 cjslt.cLog_2- Exchange[ExchangePattern: InOnly, BodyType: String, Body: {"firstName":"Mike","lastName":"Jonson","fullName":"Mike Jonson","fileName":"runtime.cfg","unixTime":1724228570527,"status":200,"employee":{"consultant":true,"since":2011},"path":"/etc/talend/runtime.cfg"}]
    [WARN ] 16:22:50 cjslt.cLog_3- Exchange[ExchangePattern: InOnly, BodyType: String, Body: {  "firstName" : "Mike",  "lastName" : "Jonson",  "fullName" : "Mike Jonson",  "fileName" : "runtime.cfg",  "unixTime" : 1724228570529,  "status" : 200,  "employee" : {    "consultant" : true,    "since" : 2011  },  "path" : "/etc/talend/runtime.cfg"}]

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!