Fill Method

From Grooper Wiki
Revision as of 14:31, 26 August 2025 by Dgreenwood (talk | contribs) (Removed redirect to Fill Method (Property))

This article is about the current version of Grooper.

Note that some content may still need to be updated.

2025

Fill Methods provide various mechanisms for populating child Data Elements of a data_table Data Model, insert_page_break Data Section or table Data Table. Fill Methods can be added to these nodes using their "Fill Methods" property and editor.

  • Fill Methods are secondary extraction operations. They populate descendant Data Elements after normal extraction when the export_notes Extract activity runs.

At this time there is are three (3) Fill Methods':

  • AI Extract - This Fill Method populates a Data Model using a large language model (LLM). This fill method leverages AI to enable large scale data extraction with minimal setup.
  • Fill Descendants - This Fill Method executes any Fill Methods on child Data Elements in parallel. This has been shown to dramatically increase efficiency on larger Data Models with multiple Data Sections using AI Extract.
  • Run Child Extractors - This Fill Method executes extraction for a subset of child Data Elements. This allows you to selectively run extraction logic for one or more Data Elements in a Data Model, Data Section, or Data Table.