Configuring how the message is processed - 7.3

Route

Version
7.3
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 > Route components
Data Quality and Preparation > Third-party systems > Route components
Design and Development > Third-party systems > Route components
Last publication date
2024-02-21

Procedure

  1. Double-click the tRouteInput component to open its Basic settings view in the Component tab.
  2. Click the [...] button next to Edit Schema. In the schema dialog box, click the plus button to add a new line of String type and name it body. Click OK to close the dialog box.
  3. In the Simple Expression field for the body element, enter "${in.body}" to get the body of the input message from the Route.
  4. The tLogRow component will monitor the message exchanges and does not need any configuration.
  5. Double-click the tReplace component to open its Basic settings view in the Component tab.
  6. Click Sync columns to retrieve the schema from the tLogRow. In the pop-up dialog box, click Yes to propagate the schema to the subsequent component.
    Click [+] to add a row to the Search/Replace table. Enter World in the Search column and Talend in the Replace with column. Clear the Whole word check box.
  7. Double-click the tRouteOutput component to display its Basic settings view in the Component tab.
  8. Make sure that tRouteOutput has one element body. Set its type to Body.
  9. Press Ctrl+S to save your Job.