ENCODE

The ENCODE function encodes the input data according to the algorithm selected.

Input

Number of Connections: 1
InputData TypeDescription
Input1Binary,StringThe data to convert.

Output

OutputData TypeDescription
Output1StringThe encoded data.

Property

NameProperty TypeDescription
AlgorithmchoiceDefines the algorithm used to encode the data:

base64 - encodes the data to base64
quoted-printable - encodes the data to quoted-printable
uuencode - encodes the data to uuencode
EncodingchoiceIf the input data is of type String, this property specifies the encoding used to convert it to binary data before encoding processing is done. This property is ignored if the input is not of type String.

utf-8 - Unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC-JP
iso-2022-jp - ISO-2022-JP
utf-16 - Unicode utf-16

Example

PropertyOutput
Input 1InfoteriaAlgorithmbase64SW5mb3Rlcmlh
Encodingutf-8