Orcus
|
#include <csv_parser_base.hpp>
Public Attributes | |
std::string | delimiters |
char | text_qualifier |
bool | trim_cell_value:1 |
Run-time configuration object for csv_parser.
std::string orcus::csv::parser_config::delimiters |
One or more characters that serve as cell boundaries.
char orcus::csv::parser_config::text_qualifier |
A single character used as a text quote value.
bool orcus::csv::parser_config::trim_cell_value |
When true, the value of each cell gets trimmed i.e. any leading or trailing white spaces will get ignored.