call post-executer class()
This function can be used to call a postexecuter a with input data e.
Parameters
Parameter |
Description |
a |
Full class name of the postexecuter. Example: "com.ebd.hub.datawizard.postexec.TruncateFixRecord". |
b |
Configuration string or path to the configuration file (see the relevant documentation for the postexecuter). Note: The input data is always retrieved from parameter e. Note: If no configuration is required, the parameter can remain empty. |
c |
Encoding of the input data. Example: "8859_1". |
d |
(optional) If "true", the input data is interpreted as a Base64 string and decoded. Default: "false". |
e |
The input data. |
f |
Encoding of the output data. Example: "8859_1". |
g |
(optional) If "true", the output data is encoded with Base64. Default: "false". |