Skip to main content

ReferenceCondition

Evaluates to true when a document's reference matches a configured text expression.

Notes

Evaluates to true when a document's reference (URL or file path) matches a configured text expression. Used in importer flow control to route documents based on their source reference.

Usage

class: ReferenceCondition
label: string
valueMatcher:
ignoreCase: false
ignoreDiacritic: false
matchEmpty: false
method: BASIC
negateMatches: false
partial: false
pattern: string
replaceAll: false
trim: false

Properties

PropertyTypeRequiredDefault
labelstringNo-
valueMatcherTextMatcherNoTextMatcher

Property Details

label

An optional, user-supplied label for this step in the importer pipeline. It has no effect on processing — it exists purely to help identify this step, for example in large configurations or in the visual configurator.

valueMatcher

Matches document field values based on specified patterns and methods. Use this to restrict the handler to operate only on fields whose values satisfy the matcher criteria.