Class name | com.ebd.hub.datawizard.parser.EncodeBase64PreParser |
Description
This preparser encodes the input data using the Base64 method. The input data is first converted into a byte sequence using the input character encoding of the profile (in "Main settings/General"). The byte sequence is then encoded using the Base64 method.
No configuration necessary.
Example
Input data | Input encoding of the profile | Modified input data |
|---|---|---|
Text | 8859_1 | VGV4dAo= |