namespace orcus::csv

Struct

parser_config

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.

Classes

parser_base

class parser_base : public orcus::parser_base

Subclassed by orcus::csv_parser< HandlerT >