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

Read Metadata

Value Extractor Grooper.Extract

Reads a metadata value from a document by accessing a property on an attachment or content link.

Remarks

The Read Metadata value extractor enables you to retrieve metadata from a document by reading a property from an Attachment Type or Content Link associated with a Batch Folder. This is useful for scenarios where document-level metadata, such as file name, page count, author, or other properties, must be extracted and mapped into a data field or used in downstream processing.

How It Works

  • Configure the 'Source' property to select the attachment or link type that contains the desired metadata.
  • Use the 'Property Name' property to specify which property to read from the selected source.
  • When executed, Read Metadata locates the source object on the Batch Folder and reads the value of the specified property.
  • The extracted value is returned as a Data Instance and can be mapped to a field, used in expressions, or exported.

Configuration Guidance

  • Choose the correct attachment or link type in 'Source' to ensure the property is available.
  • Select a valid property name in 'Property Name' to retrieve the intended metadata value.
  • Use this extractor to capture file-level or document-level metadata, such as file name, MIME type, page count, or custom properties exposed by the attachment or link type.

Usage Scenarios

  • Extracting the file name or extension from a PDF, Word, or image attachment.
  • Reading the page count, author, or creation date from a document's metadata.
  • Capturing custom metadata fields from specialized content links or attachment types.

Diagnostics

When diagnostic logging is enabled, Read Metadata records information about the source object, property name, and extracted value. This can be used to troubleshoot configuration issues, validate property selection, and optimize extractor setup.

Properties

NameTypeDescription

Used By

Notification