Grooper Help - Version 25.0
25.0.0038 2,251

Section Instance Collection - Split

Section Instance Collection Command Grooper.Extract.Commands

Splits document content into multiple records based on pattern matches.

Remarks

The Split command divides a Section Instance Collection into separate records using a configured extraction pattern. This is useful for documents where multiple logical records are to be captured into a multi-instance Data Section.

Purpose and Functionality

  • Uses the configured 'Extractor' to identify split points within the source section.
  • Each match found by the extractor defines the start of a new record.
  • The original collection is cleared and new records are created for each identified segment.
  • After splitting, the collection is re-validated and change tracking is updated.

How to Use

  1. Configure the 'Extractor' property with a pattern that identifies where splits should occur.
  2. Execute the Split command from the context menu or via automation.
  3. The collection will be divided into new records, each corresponding to a segment found by the extractor.

Example

> Use Split to separate multiple claims listed together in a single section, or to break apart line items grouped in a table.

For more information, see Section Instance Collection, Pattern Match, and Context Menu.

Properties

NameTypeDescription

See Also

Notification