Home >
Online Product Documentation >
Table of Contents >
Line Separator Values
Line Separator Values
Most adapters allow you to specify some type of line separator (referred to in the adapter URL as
newline). The following table summarizes commonly occuring values. All values are case-insensitive.
Value
|
Description
|
cr or mac
|
The Macintosh standard.
|
lf or unix
|
The Unix standard.
|
crlf or dos
|
The DOS standard.
|
lfcr
|
The Windows standard.
|
nel
|
0x85 (commonly found in mainframes).
|
null
|
A null byte.
|
platform
|
If another value has not been specified, the line separator uses the platform value as returned by the System.getProperty("line.separator) method.
|
Table 150. Common Values for the Line Separator (newline) Property