Viewing code and executing the Route - Cloud - 8.0

Filter (Mediation)

Version
Cloud
8.0
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 > Routing components (Mediation) > Filter components (Mediation)
Data Quality and Preparation > Third-party systems > Routing components (Mediation) > Filter components (Mediation)
Design and Development > Third-party systems > Routing components (Mediation) > Filter components (Mediation)
Last publication date
2023-08-17

Procedure

  1. Click the Code tab at the bottom of the design workspace to view the generated code.
    In this partially shown piece of code, messages from the Source are filtered according to the expression xpath("/people/person") and deduplicated by cIdempotentConsumer_1.
  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: When several files have the same content, only the first one is routed to the receiving endpoint.