RouteOnContent 2.3.0

BUNDLE

org.apache.nifi | nifi-standard-nar

DESCRIPTION

Applies Regular Expressions to the content of a FlowFile and routes a copy of the FlowFile to each destination whose Regular Expression matches. Regular Expressions are added as User-Defined Properties where the name of the property is the name of the relationship and the value is a Regular Expression to match against the FlowFile content. User-Defined properties do support the Attribute Expression Language, but the results are interpreted as literal values, not Regular Expressions

TAGS

content, detect, filter, find, regex, regexp, regular expression, route, search, string, text

INPUT REQUIREMENT

REQUIRED

Supports Sensitive Dynamic Properties

false

PROPERTIES

Property

Description

Character Set

The Character Set in which the file is encoded

Content Buffer Size

Specifies the maximum amount of data to buffer in order to apply the regular expressions. If the size of the FlowFile exceeds this value, any amount of this value will be ignored

Match Requirement

Specifies whether the entire content of the file must match the regular expression exactly, or if any part of the file (up to Content Buffer Size) can contain the regular expression in order to be considered a match

RELATIONSHIPS

NAME

DESCRIPTION

unmatched

FlowFiles that do not match any of the user-supplied regular expressions will be routed to this relationship

Language: English