wrapBy
Specifies the method used for wrapping lines in the EDI output. Valid values:
SEGMENT
: Wraps by segment.ONE_LINE
: Indicates that the entire content is on a single line.When you specifyONE_LINE
, do not provide either the line length nor the line terminator value.LINE_LENGTH
: Wraps by character count, as specified bylineLength
value.