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

KVP Metadata

Metadata Format Grooper.Core

A Metadata Format that exports document data as simple key-value pairs, suitable for integration, reporting, or data exchange.

Remarks

KVP Metadata formats output field values as key-value pairs, making it easy to consume document metadata in downstream systems or custom workflows.

Overview

  • Exports single-instance fields from a Batch Folder or document as key-value pairs.
  • Output can be customized to include related file paths, parent data, and field naming conventions.
  • Commonly used for simple integrations, flat file exports, or scenarios where structured metadata is required without complex hierarchies.
  • Use this format to deliver document metadata to external systems that require flat key-value data, such as databases, ECMs, or custom applications.

Configuration Guidance

  • Use 'Include Relation' to add a reference to the exported content file in the metadata.
  • Enable 'Include Parent Data' to incorporate metadata from parent folders/documents.
  • Set 'Use Display Names' to control whether field names use user-friendly display names or fully-qualified code paths.

Properties

NameTypeDescription

Derived Types

There are 2 implementations of KVP Metadata.

Delimited Metadata Exports document metadata as a delimited text file, such as CSV or TSV.
Simple Metadata Exports document-level metadata as key-value pairs in a plain text file.
Notification