JDBC Driver for CSV

Build 23.0.8839

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 driver 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839