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

Custom

Storage Type Grooper.Core

Defines a custom value type, along with the logic for parsing and formatting values..

Remarks

The Storage Type Custom class allows you to define flexible rules for extracting and formatting text values using regular expressions and custom output templates.

Overview

  • Use this type to capture, validate, and reformat text that does not fit standard data types.
  • Supports complex extraction scenarios, such as parsing structured codes, identifiers, or formatted strings.
  • Output can be normalized or transformed using named groups from the parse pattern.

Usage

  • Assign this storage type to a Data Field when you need to extract or validate text using a regular expression.
  • Configure the 'Parse Pattern' property to define the expected input format.
  • Use the 'Custom Format' property to control how extracted values are output, referencing named groups from the pattern.
  • Adjust the 'Options' property to control case sensitivity and other regex behaviors.

For more information, see the documentation for Storage Types and Data Fields.

Properties

NameTypeDescription

Used By

Notification