Location | Type |
---|---|
The first input handler | String |
Logic output | String |
Category | Property | Description |
---|---|---|
Required | XPath expression | Specify the position to get the value by XPath expression. |
Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
Property | Setting |
---|---|
XPath expression | data[1] |
Property | Setting |
---|---|
XPath expression | . |
Property | Setting |
---|---|
XPath expression | /root/element/sample/data[1] |
<?xml version="1.0" encoding="UTF-8"?> <root> <element> <sample> <data>data1</data> <data>data2</data> </sample> <sample> <data>data3</data> <data>data4</data> </sample> </element> </root> |
data1,data2,data1 |
data3,data4,data1 |