Encode or decode the contents of a FlowFile using Base64, Base32, or hex encoding schemes
encode, decode, base64, base32, hex
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 Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Mode | Mode | Encode |
| Specifies whether the content should be encoded or decoded |
Encoding | Encoding | base64 |
| Specifies the type of encoding used |
Name | Description |
---|---|
success | Any FlowFile that is successfully encoded or decoded will be routed to success |
failure | Any FlowFile that cannot be encoded or decoded will be routed to failure |