CONVERT

The CONVERT function converts a String or binary input to another encoding format.
(This function should be used by a user familiar with data encoding conversion.)

Input/Output

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1Binary,StringThe String or binary data to convert.
Input2StringSets the Input property. (optional)
Input3StringSets the Output property. (optional)

OutputData TypeDescription
Output1Binary,StringThe converted String or binary data.

Property

NameProperty TypeDescription
InputchoiceIf the input data is binary, this property specifies the input's encoding format:
(AutoDetect) - Attempts to automatically determine the encoding type. The encoding type selected may not be what the user expects.
utf-8 - Unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC JP
iso-2022-jp - ISO-2022-JP
Windows-31J - Windows Japanese
utf-16 - Unicode utf-16
us-ascii - US-ASCII
OutputchoiceWhen encode the output, this property specifies the output's encoding format:
(String) - Use String object
utf-8 - unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC-JP
iso-2022-jp - ISO-2022-JP
utf-16 - Unicode utf-16
us-ascii - US-ASCII

Topic