Property record separator
Use the property Record Separator to define a character sequence that constitutes the record separator. You must give a record separator. You can use escape sequences for string literals in the same way as when you hard code a string in Java. To define carriage return line feed, more commonly called newline, as the record separator you can specify the value \r\n.
See String literals.