CSVReadOptions.allowNullStrings

Set allowNullStrings property.

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

Parameters

propval bool

Whether string / binary columns can have null values. If true, then strings in "null_values" are considered null for string columns. If false, then all strings are valid string values.