Replacing the content of messages with their extracts
This scenario applies only to Talend ESB, Talend Data Services Platform, Talend MDM Platform, Talend Real-Time Big Data Platform, and Talend Data Fabric.
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>