Split XML by Value plugin (deprecated) for Jitterbit private agent groups
Introduction
The Split XML by Value plugin splits an XML input file based on the value of a node. All nodes with the same value of this node are grouped in one file.
This plugin can be associated only with private agent groups and is not available on the Jitterbit cloud agent groups.
Important
Plugins provided by Jitterbit are deprecated. See Deprecation and support in Plugins.
Download and add the plugin
The Split XML by Value plugin must be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The Split XML by Value plugin must be associated with a private agent group to make the plugin available on all agents in the group.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The Split XML by Value plugin uses these variables:
Name | Type | Required | Description |
---|---|---|---|
SplitXmlByValue.RepeatingNodePath | String | Required | XPath of the repeating node to split by. Example: PurchaseOrder/ShipTo/Items/Item . |
SplitXmlByValue.SplitNodeValueRelativePath | String | Required | XPath relative to RepeatingNodePath for the value node to split on. Example: SAPCompany . |