DecodeBase64PreParser

Group

Preparsers

Function

Decodes Base64 encoded input data.

Configuration file

None.

Description


This preparser decodes Base64 encoded input data. The input data is first converted into a byte sequence using the Base64 method. This sequence is then encoded using the input character encoding of the profile.

Example


Input data

Input encoding of the profile

Modified input data

VGV4dAo=

8859_1

Text