Used to extract XML into separate fields.
1. | doc | (Mandatory) | The XML document that will be used for the extract operation |
2. | XPath Query 1 | (Mandatory) | The XPath Query statement |
3 | XPath Query 2-10 | (Optional) | The XPath Query statements |
4. | Use Root Node Namespaces | (Optional) | Whether to include the namespaces from the document's root node elements, so that they can be used in the XPath queries |
5. | Namespace Prefix | (Optional) | A namespace prefix - use together with Namespace Uri, so that it can be used in XPath queries |
6. | Namespace URI | (Optional) | A namespace URI - use together with Namespace prefix, so that it can be used in XPath queries |
Fig. 1 - Extract XML - Inputs