RowDelimiter
The character that 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.
This property supports hexadecimal delimiters. The connector treats any value starting with '0x' (Ex: RowDelimiter=0x01) as a hexadecimal, as opposed to a string literal, delimiter.
Note that hexadecimal delimiters have no escape mechanism.