CSVReadOptions.quoteCharacter

char quoteCharacter() @property nothrow

Get quoteCharacter property.

Returns

Quoting character. This is used only when

#GArrowCSVReadOptions:is-quoted is true.

void quoteCharacter(char propval) @property nothrow

Set quoteCharacter property.

Parameters

propvalQuoting character. This is used only when #GArrowCSVReadOptions:is-quoted is true.