Base64PostExecuter
Configuration file |
sample_base64_post_executer.properties |
Class name |
com.ebd.hub.datawizard.postexec.Base64PostExecuter |
Description
This postexecuter is able to encode and decode data with the Base64 method. The configuration takes place in a properties file. The path to this file must be set in field Config file.
Parameters
Parameter |
Description |
operation |
(optional) (encoding or decoding). Default: encoding |
source |
Either the path to a source file, a string with prefix :BASE64: or - for the backup file. If parameter source is not specified, the data of the target structure is used as source data for the encoding or decoding. |
source.encoding |
(optional) Encoding for the source file. Default: 8859_1 |
usebreak |
(optional) (true or false) Only for encoding. Sets the output to multiline. Default: false |
autopadding |
(optional) (true or false). Default value: false. Only for decoding. Default: false |
Example
#
operation=encoding
source=-
#source.encoding=
usebreak=true
#autopadding=