Metadata identifier (subarea)
Uses pattern matching to specify which property values to save to metadata fields.
ID: KeywordingMatchType
Match ID
This configurable identifier is required if you use a custom mode to output property values to metadata fields.
ID: KeywordingMatchType.Id
Property name
Specifies the value that is transferred to a metadata field.
ID: KeywordingMatchType.PropName
Action type
Specifies whether to just perform match actions or whether to match and replace.
ID: KeywordingMatchType.Type (references: MatchReplaceType)
Matching pattern
Configuration of the matching pattern to be used
ID: KeywordingMatchType.Pattern
Replace
Determines the result on a successful pattern match, unless you want to transfer the entire field value to a field.
ID: KeywordingMatchType.Replacement
Match mode
Specifies whether to apply simple pattern matching or to match with regular expressions.
ID: KeywordingMatchType.Mode (references: MatchModeType)
Regex options
Options for matching with a regular expression. Possible options are: none: No options. ignorecase: Case is ignored. multiline: All lines are included. explicitcapture: Only valid groups are named. singleline: Only one line is included. ignorepatternwhitespace: Whitespaces in patterns are ignored. righttoleft: Value is read from right to left. ecmascript: ECMAScript compliant evaluation behavior. cultureinvariant: No special consideration of cultural language properties. Multiple options are entered using the "|" character.
ID: KeywordingMatchType.Options
Interval separator
The interval separator is required if you use interval validation to recognize fields.
ID: KeywordingMatchType.Delim