EncodeContent 2.3.0¶

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¶

Property

Description

Encoded Line Length

Each line of encoded data will contain up to the configured number of characters, rounded down to the nearest multiple of 4.

Encoding

Specifies the type of encoding used.

Line Output Mode

Controls the line formatting for encoded content based on selected property values.

Mode

Specifies whether the content should be encoded or decoded.

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

Any FlowFile that cannot be encoded or decoded will be routed to failure

success

Any FlowFile that is successfully encoded or decoded will be routed to success