CSVReadOptions.allowNewlinesInValues
bool allowNewlinesInValues() @property nothrowGet allowNewlinesInValues property.
Returns
Whether values are allowed to contain CR (0x0d) and LF (0x0a) characters.
void allowNewlinesInValues(bool propval) @property nothrowSet allowNewlinesInValues property.
Parameters
propval | Whether values are allowed to contain CR (0x0d) and LF (0x0a) characters. |