Configuring the tXMLMap component - Cloud - 8.0
ESB REST
- Version
- Cloud
- 8.0
- Language
- English
- Product
- Talend Big Data
- Talend Big Data Platform
- Talend Data Fabric
- Talend Data Integration
- Talend Data Management Platform
- Talend Data Services Platform
- Talend ESB
- Talend MDM Platform
- Talend Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- Talend Real-Time Big Data Platform
- Module
- Talend Studio
- Content
- Data Governance > Third-party systems > ESB components > ESB REST components
- Data Quality and Preparation > Third-party systems > ESB components > ESB REST components
- Design and Development > Third-party systems > ESB components > ESB REST components
Procedure
-
Connect tFixedFlowInput to tXMLMap using the Row > Main
connection.
-
Connect tXMLMap to tRESTClient using the Row > Main
connection, and name the output flow request in
this example.
-
Double-click tXMLMap in the design
workspace to open the Map
Editor.
-
Right-click on the node root in the
output table and select Create
Sub-Element. Name the sub-element as
person in the popup dialog box.
-
Right-click on the person node created in the
previous step and select As loop
element.
-
Create two sub-elements to the person node by
selecting Create Sub-Element in the
contextual menu, id, and name
in this use case.
-
Select the id column from the input
table and drop it onto the Expression
field of the id node of the output
table.
-
Select the name column from the
input table and drop it onto the Expression field of the name node in the output table.
-
Click OK to save the settings.