parser_config

Defined in header: <orcus/csv_parser_base.hpp>

struct parser_config

Run-time configuration object for csv_parser.

Public Functions

parser_config()

Public Members

std::string delimiters

One or more characters that serve as cell boundaries.

char text_qualifier

A single character used as a text quote value.

bool trim_cell_value

When true, the value of each cell gets trimmed i.e. any leading or trailing white spaces will get ignored.