Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

call post-executer class()

Prev Next

Group: System Functions

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. 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 to be processed, such as a field value or a variable.

f

Encoding of the output data. Example: 8859_1

g

(optional) If true, the output data is encoded with Base64. Default: false.

Example

The following example calls the TruncateFixRecord class. It removes whitespace at the end of each line in a fixed-length file.

Input line (ends with five spaces):

1020 000000014927000000    

Resulting line:

1020 000000014927000000