CSVReadOptions.escapeCharacter

char escapeCharacter() @property nothrow

Get escapeCharacter property.

Returns

Escaping character. This is used only when

#GArrowCSVReadOptions:is-escaped is true.

void escapeCharacter(char propval) @property nothrow

Set escapeCharacter property.

Parameters

propvalEscaping character. This is used only when #GArrowCSVReadOptions:is-escaped is true.