Vince's CSV Parser
|
Stores information about how to parse a CSV file. More...
#include <csv_parser.hpp>
Public Attributes | |
char | delim |
char | quote_char |
Row number with columns (ignored if col_names is non-empty) | |
int | header |
Should be left empty unless file doesn't include header. | |
std::vector< std::string > | col_names |
RFC 4180 non-compliance -> throw an error. | |
bool | strict |
Stores information about how to parse a CSV file.
Definition at line 46 of file csv_parser.hpp.