CSVReadOptions.allowNewlinesInValues

bool allowNewlinesInValues() @property

Get allowNewlinesInValues property.

Returns

Whether values are allowed to contain CR (0x0d) and LF (0x0a) characters.
void allowNewlinesInValues(bool propval) @property

Set allowNewlinesInValues property.

Parameters

propvalWhether values are allowed to contain CR (0x0d) and LF (0x0a) characters.