Grooper Help - Version 25.0
25.0.0023 2,165
  • Overview
  • Help Status

JSON File - Split

JSON File Command Grooper.EDI

Splits a JSON file.

Remarks

The Split command divides a JSON file into multiple child documents based on a JPath selector.

How to Use

  1. Set the Item Selector to a JPath expression that matches the items you want to split into separate files.

For each item matched by the Item Selector, a new child document will be created containing that item.

Tips

  • Use the Item Selector to target the main repeating element (e.g. $.Invoices[*] to split on each invoice).

Example

  • Item Selector: $.records[*]

This configuration will create a new JSON file for each item in the records array.

Properties

NameTypeDescription

See Also

Notification