ScanContent 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Scans the content of FlowFiles for terms that are found in a user-supplied dictionary. If a term is matched, the UTF-8 encoded version of the term will be added to the FlowFile using the 'matching.term' attribute
Tags
aho-corasick, byte sequence, content, dictionary, find, scan, search
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
unmatched FlowFiles that do not match any term in the dictionary are routed to this relationship
matched FlowFiles that match at least one term in the dictionary are routed to this relationship
Writes Attributes
Name Description
matching.term The term that caused the Processor to route the FlowFile to the 'matched' relationship; if FlowFile is routed to the 'unmatched' relationship, this attribute is not added