Video: See the Community video on using these tasks in a Business Process.
Document Contains (XmlDocumentContains)
This task searches a StorageNode to see if it contains a specified value. The data (internally) should point to an XML File. The data search is based on a plain-text representation of the object – that is, the Source is searched as if it is a human-readable XML representation of the data. No special parsing is performed to match against element names, attribute names/values, etc. So, you may search for <ELEMENT_NAME> – not just ELEMENT_NAME.
Parameter | Type | Description | Required |
---|---|---|---|
Document | StorageNode | The StorageNode from which to read the XML data. | Yes |
Search String | String | The string (or Regular Expression) to search for. | Yes |
Is Regular Expression (default table) | Boolean | Indicates if the Search String should be treated as a Regular Expression; default = false. | No |
Result | Boolean | Output. This will never be a null value - unless an internal error occurs that would cause the Business Process to fail anyway. | Yes |
Merge Basic XML (MergeXml)
Parameter | Type | Description | Required |
---|---|---|---|
Merged Storage Node | StorageNode | Yes | |
Storage Node 1 | StorageNode | Yes | |
Storage Node 2 | StorageNode | Yes |
Comments
2 comments
This is a test comment. EDITED.
adding another comment using my End User creds
Please sign in to leave a comment.