EncodeContent 2025.10.9.21

Bundle

org.apache.nifi | nifi-standard-nar

Description

Encode or decode the contents of a FlowFile using Base64, Base32, or hex encoding schemes

Tags

base32, base64, decode, encode, hex

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Encoded Line LengthEach line of encoded data will contain up to the configured number of characters, rounded down to the nearest multiple of 4.
EncodingSpecifies the type of encoding used.
Line Output ModeControls the line formatting for encoded content based on selected property values.
ModeSpecifies whether the content should be encoded or decoded.

Relationships

NameDescription
failureAny FlowFile that cannot be encoded or decoded will be routed to failure
successAny FlowFile that is successfully encoded or decoded will be routed to success