TruncateFixRecord
Group |
|
Function |
This postexecuter removes all whitespaces at the end of each line of a fixed length file. |
Configuration file |
None. Configuration is done directly with a string in field Config file. |
Description
This postexecuter removes all whitespaces at the end of each line of a fixed length file. In the case of a UTF-16 or UTF-32 encoded input file, the corresponding encoding of the file has to be in field Config file.
Note: If the postexecuter is called after the Integration Unit, \r\n will be assumed as the end of line character sequence.
Example
Input line:
1020 000000014927000000 |
Resulting line:
1020 000000014927000000 |