Skip to Content

Split XML by Value

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 (see Add New Plugins in Customizations > Plug-ins).

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 (see Associate Agent Groups in Customizations > Plug-ins).

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.