Base64 Decode

This data converter decodes Base64 encoded text data into binary.

Properties

The Base64 Decode data converter can be configured using the following properties:

Description

Type in a description to be shown in the list of data converters. If there is no type in a description, one will be generated.

Example

If the input text is

     yv66vg==

this data converter will output:

     CA FE BA BE
Important The base64 Decode converter does not support dash ("-") and underscore ("_") characters, therefore it is necessary to replace those characters before doing the Base64 decoding. Use "+" instead of "-" and "/" instead of "_".