|
Vince's CSV Parser
|
Stores the inferred format of a CSV file. More...
#include <csv_format.hpp>
Public Attributes | |
| char | delim |
| int | header_row |
| size_t | n_cols |
Stores the inferred format of a CSV file.
Definition at line 40 of file csv_format.hpp.
| char csv::CSVGuessResult::delim |
Definition at line 41 of file csv_format.hpp.
| int csv::CSVGuessResult::header_row |
Definition at line 42 of file csv_format.hpp.
| size_t csv::CSVGuessResult::n_cols |
Definition at line 43 of file csv_format.hpp.