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

Storage Type

Grooper Object Grooper.Core

Defines the primitive value types that can be used by Data Fields, Extractor Nodes, and Value Extractors.

Remarks

Storage Types determine how values are stored, formatted, and validated throughout Grooper.

Overview

Storage Types are used to specify the underlying data type for fields and extracted values. This includes support for:

  • Text, numeric, date/time, boolean, and other primitive types.
  • Single or multiple values (using a delimiter).
  • Formatting and validation rules.

Usage

  • Assign a Storage Type to a Data Field to control how its values are parsed, displayed, and validated.
  • Use the 'Processing Mode' property to determine whether values are formatted, filtered, or validated.
  • Set the 'Value Delimiter' property to enable multi-value (array) support for fields.

Example

To configure a Data Field to accept multiple dates separated by a semicolon:

For more information, see the documentation for Data Fields and Extractor Nodes.

Properties

NameTypeDescription

Derived Types

There are 11 implementations of Storage Type.

Boolean Represents a Boolean (true or false) value for use in Data Fields and related objects.
Custom Defines a custom value type, along with the logic for parsing and formatting values..
DateTime Represents a date and/or time value for use in Data Fields and related objects.
Decimal Represents a decimal (floating-point) numeric value for use in Data Fields and related objects.
Double Represents a 64-bit floating-point (double) value for use in Data Fields and related objects.
GUID Represents a globally unique identifier (GUID) for use in Data Fields and related objects.
Int16 Represents a 16-bit signed integer value for use in Data Fields and related objects.
Int32 Represents a 32-bit signed integer value for use in Data Fields and related objects.
Int64 Represents a 64-bit signed integer value for use in Data Fields and related objects.
String Represents a text value for use in Data Fields and related objects.
URL Represents a Uniform Resource Locator (URL) for use in Data Fields and related objects.

Used By

Notification