Splitter

You can use a splitter in the data flow to split one document that contains multiple instances of the same object into separate documents. Each document with one object together with a document header and footer.

For example, when a Purchase Order with multiple Purchase Order Lines is received and as the next step an API must be called per line. Splitter can be used to split a Purchase Order into multiple Purchase Orders. Each one containing all headers and footers, and only one Purchase Order Line. API is then called once per each created Purchase Order.

Supported document types for splitting are BOD and JSON Conventional. To define a required splitting element, you must use Xpath or JSON Path, respectively.