Output by XPath Expression

Logic name
Output by XPath Expression (Merge Mapper)
Function
This logic outputs data specified by XPath expression.
Properties
Category |
Property |
Description |
---|---|---|
Required settings |
XPath expression |
Specify an XPath expression. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Logic sample
Mapping definition

Logic settings and processing result
This logic sets the value specified by XPath expression to the first input key.
Property settings
Property |
Setting |
---|---|
XPath expression |
/table/row/column[1] |
Input data
-
csv_read
1,Sample
2,Test
-
csv_read(1)
1,Data
2,Value
Output data
1,1,Sample,Data |
2,1,Test,Data |
For a list of logics, refer to Mapper Logic Guide.