Base64PostExecuter

Group

Postexecution

Class Name

com.ebd.hub.datawizard.postexec.Base64PostExecuter

Function

This postexecuter is able to encode and decode data with the Base64 method.

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.

Description of Parameters

Parameter Name

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 destination 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

sample_base64_post_executer.properties
#
operation=encoding
source=-
#source.encoding=
usebreak=true
#autopadding=