ark::csv::CsvFormatConfig

Defined in header “ark/csv/format.hh”.


Formatting configuration for the CSV reader.

Variables

  • char quote_character= ‘"’
    The character that is used to start/end quotes.

  • char delimiter_character= ‘,’
    The delimiter character (delimits columns in a row).

  • bool support_quoting= true
    If we should support quoting or not. Not supporting quoting offers a substantial speedup.