Group: System Functions
This function can be used to call a postexecuter a with input data e.
Parameters
Parameter | Description |
|---|---|
| Full class name of the postexecuter. Example: |
| Configuration string or path to the configuration file (see the relevant documentation for the postexecuter). NOTE The input data is always retrieved from parameter |
| Encoding of the input data. Example: |
| (optional) If |
| The input data to be processed, such as a field value or a variable. |
| Encoding of the output data. Example: |
| (optional) If |
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