CSVReadOptions.allowNewlinesInValues

Set allowNewlinesInValues property.

  1. bool allowNewlinesInValues [@property getter]
  2. bool allowNewlinesInValues [@property setter]
    class CSVReadOptions
    @property
    void
    allowNewlinesInValues
    (
    bool propval
    )

Parameters

propval bool

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