Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Data Field Container

Data Element Grooper.Core

Base class for container data elements that can hold fields, sections, tables, or other containers.

Remarks

The DataFieldContainer class is the foundation for all data elements that serve as containers in the data extraction hierarchy. It is used as the parent class for Data Model, Data Section, and Data Table, enabling the creation of complex, nested document schemas.

Purpose and Usage

  • Use this class (via its derived types) to define containers that organize Data Fields, Data Sections, Data Tables, and other containers.
  • Supports hierarchical grouping, allowing you to model documents with nested sections, repeating tables, and collections of fields.
  • Provides configuration points for extraction logic, validation rules, lookup operations, fill methods, and UI styling.

Key Features

  • Acts as the parent for all child data elements, supporting recursive document structures.
  • Enables configuration of extraction and validation through properties such as 'Fill Methods', 'Lookups', and 'Validate Rule'.
  • Supports custom styling for itself and its descendants using the 'CSS' property.
  • Allows definition of variables for use in expressions and dynamic behaviors.

Related Concepts

  • Data Model: The root container for a document's data schema.
  • Data Section: A logical grouping of fields or other sections.
  • Data Table: A container for tabular, repeating data.
  • Data Field: The leaf elements representing individual data values.

Properties

NameTypeDescription
General
Import Source String

Used with import operations.. The source element name.

Appearance
Behavior

Design Tabs

General View properties of this element, along with a preview of its layout in a Data Grid.
Reports View reports for a node.
Tester Test data extraction for a Data Element.
Advanced View or edit advanced details about a node.

Context Menu Commands

Command Shortcut Description
psychology Build Fine Tuning File Generates a fine-tuning file from the documents in one or more reference batches.
input Import Schema Imports child data elements from an external source.

Derived Types

There are 3 implementations of Data Field Container.

Data Model Defines the root container for a document's extracted data, organizing fields, sections, and tables for data extraction, validation, and presentation.
Data Section Defines a hierarchical container for related data elements within a document, enabling logical grouping, extraction, and validation of complex data structures.
Data Table Represents a configurable, extractable table structure for capturing and validating tabular data from documents.

See Also

Used By

Notification