GnuCash
5.6-150-g038405b370+
|
Class to convert a csv file into vector of string vectors. More...
#include <config.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "gnc-tokenizer.hpp"
Go to the source code of this file.
Data Structures | |
class | GncCsvTokenizer |
Class to convert a csv file into vector of string vectors.
One can define the separator characters to use to split each line into multiple fields. Quote characters will be removed. However, no gnucash specific interpretation is done yet, that's up to the code using this class.
Definition in file gnc-tokenizer-csv.hpp.