AddLineFeedPostexecutor

Group

Postexecution

Function

This postexecuter can insert linebreaks after a certain number of bytes.

Configuration file

None. Configuration is done directly with a string in field Config file.

Description


This postexecuter can insert linebreaks after a certain number (> 1) of bytes. The number of bytes(!) after which a linebreak \r\n is inserted is set in field Config file. Important note: The number of bytes is not necessarily equivalent to the number of characters, because in some character encodings, a character can consist of more than one byte.

The type of linebreak (default \r\n) can be set with system property hub.datawizard.postexec.lineBreak.