Setting rowdelimiter values
Defines the newline string to be used to identify or separate lines when parsing or formatting a file.
\n
(default) is ASCII 010 (line feed / LF), used by UNIX, Linux, and Mac OS X\r
is ASCII 013 (carriage return / CR), used by earlier versions of Mac OS and still used by Excel for Mac when exporting text files\r\n
is CR+LF, used by Windows