ForkEnrichment 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-standard-nar

DESCRIPTION¶

Used in conjunction with the JoinEnrichment processor, this processor is responsible for adding the attributes that are necessary for the JoinEnrichment processor to perform its function. Each incoming FlowFile will be cloned. The original FlowFile will have appropriate attributes added and then be transferred to the ‘original’ relationship. The clone will have appropriate attributes added and then be routed to the ‘enrichment’ relationship. See the documentation for the JoinEnrichment processor (and especially its Additional Details) for more information on how these Processors work together and how to perform enrichment tasks in NiFi by using these Processors.

TAGS¶

enrich, fork, join, record

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

RELATIONSHIPS¶

NAME

DESCRIPTION

enrichment

A clone of the incoming FlowFile will be routed to this relationship, after adding appropriate attributes.

original

The incoming FlowFile will be routed to this relationship, after adding appropriate attributes.

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

enrichment.group.id

The Group ID to use in order to correlate the ‘original’ FlowFile with the ‘enrichment’ FlowFile.

enrichment.role

The role to use for enrichment. This will either be ORIGINAL or ENRICHMENT.

SEE ALSO¶