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