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

JSON Metadata

Metadata Format Grooper.Core

Exports document-level metadata in JSON format for integration, reporting, or downstream processing.

Remarks

The JSON Metadata format enables the export of structured metadata from Batch Folders or documents as a JSON file.

Overview

The JSON Metadata format outputs document data as JSON, supporting both detailed and compact layouts. It is designed for integration scenarios where downstream systems require machine-readable metadata, or for reporting and archival purposes.

  • The structure and content of the exported JSON can be customized using a JSON Data Mapping behavior on the Content Type.
  • If no mapping is present, all data from the Data Model is exported.
  • The 'Layout' property controls the level of detail included in the output.
  • The 'Minify' property determines whether the JSON is compact or indented for readability.
  • The file extension for the output is configurable using 'File Extension'.

Usage

  1. Select JSON Metadata as the export format in your Export activity.
  2. (Optional) Add a JSON Data Mapping behavior to your Content Type to control which Data Elements are included.
  3. Configure the 'Layout' property to choose between a full or simple JSON structure.
  4. Set 'Minify' to control whether the output is compact or human-readable.
  5. Optionally, specify a custom 'File Extension' for the output file.

Layout Options

  • Full: Includes detailed extraction results, such as value locations, confidence scores, and additional metadata.
  • Simple: Exports only the extracted values, resulting in a more compact and streamlined JSON structure.

Integration with JSON Data Mapping

If a JSON Data Mapping is configured on the Content Type, only the selected Data Elements (and their descendants) are included in the output. The mapping also supports advanced merging strategies when exporting data from multiple Data Models.

When to Use

  • When downstream systems require metadata in JSON format.
  • For integrations where structured, machine-readable data is needed.
  • When exporting both detailed extraction results and simple value lists.

> Note:
> This format is intended for document-level metadata export. It does not export metadata for individual Batch Pages.

Related Concepts

Properties

NameTypeDescription

See Also

Notification