RowDelimiter
The character which will be used to detect the end of a CSV row.
Data Type
string
Default Value
""
Remarks
It is not necessary to specify this property if your CSV file has \r, \n, \r\n, \n\r as row delimiters. It is possible to specify a HEX string as row delimiter (Ex: RowDelimiter=0x01).