DECODE
The DECODE function decodes the input data according to the algorithm selected.
Input/Output
Number of Connections: 1
| Input | Data Type | Description |
| Input1 | String | The data to decode. |
| Output | Data Type | Description |
| Output1 | Binary | The decoded data. |
Property
| Name | Property Type | Description |
| Algorithm | choice | Defines the algorithm used to decode the data:
| base64 | - |
decodes the data as base 64
|
| quoted-printable | - |
decodes the data as quoted-printable
|
| uuencode | - |
decodes the data as uuencode
|
|
Example
| Property | Output |
| Input 1 | SW5mb3Rlcmlh | Algorithm | base64 | Infoteria |