Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Value Format
Specify the format of value. You can use XPath inside curly bracesEx:  {{id}} - {{type}}

Selection Mappings

Will be up

Add NewIn order to map any result data into an XPath, create a mapping by pressing Add New button.

Source  

Target  

Hierarchy XPathName of data to be mapped.


Target
XPath to map the data.


Hierarchy XPath
In a nested xml node structure, for example if your XML looks like the excerpt below, you may specify the starting node of the recurrence. In this example Hierarchy XPath is "Folders".


Code Block
languagexml
<Folders>
    <Folder>
        <Name>folder1</Name>
    </Folder>
    <Folder>
        <Name>folder2</Name>
        <Folders>
            <Folder>
                <Name>folder2a</Name>
            </Folder>
            <Folder>
                <Name>folder2b</Name>
            </Folder>
        </Folders>
    </Folder>
</Folders>