Replacing the content of messages with their extracts - Cloud - 8.0

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

This scenario applies only to Talend ESB, Talend Data Services Platform, Talend MDM Platform, Talend Real-Time Big Data Platform, and Talend Data Fabric.

For more technologies supported by Talend, see Talend Mediation Components.

In this scenario, file messages are routed from one endpoint to another, with the content of each message replaced with the information extracted from it.

The following is an example of the XML files used in this use case:

<people>
    <person>
        <firstName>Pierre</firstName>
        <lastName>Dubois</lastName>
        <city>Paris</city>
    </person>
</people>