EncodeContent

Description:

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

Tags:

encode, decode, base64, base32, hex

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
ModeModeEncode
  • Encode
  • Decode
Specifies whether the content should be encoded or decoded
EncodingEncodingbase64
  • base64
  • base32
  • hex
Specifies the type of encoding used

Relationships:

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

Reads Attributes:

None specified.

Writes Attributes:

None specified.

State management:

This component does not store state.

Restricted:

This component is not restricted.

Input requirement:

This component requires an incoming relationship.

System Resource Considerations:

None specified.