String to Base64

Converts a string column to Base64 using the selected encoder

Encoder options:

Basic:

Uses "The Base64 Alphabet" as specified in Table 1 of RFC 4648 and RFC 2045 for encoding and decoding operation. The encoder does not add any line feed (line separator) character.

URL:

Uses the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648 for encoding and decoding. The encoder does not add any line feed (line separator) character.

MIME:

Uses "The Base64 Alphabet" as specified in Table 1 of RFC 2045 for encoding and decoding operation. The encoded output must be represented in lines of no more than 76 characters each and uses a carriage return '\r' followed immediately by a linefeed '\n' as the line separator. No line separator is added to the end of the encoded output.

Options

Column with strings to convert
The column containing the strings to convert to Base64
Encoding Method
The Base64 encoder to use%%00009
Output column name
The name of the output column containing the base64 string.

Input Ports

Icon
%%00009%%00009

Output Ports

Icon
No description for this port available.

Nodes

Extensions

Links