GnuCash  5.6-150-g038405b370+
Data Structures
gnc-tokenizer-csv.hpp File Reference

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
 

Detailed Description

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.

gnc-tokenizer-csv.hpp

Author
Copyright (c) 2015 Geert Janssens geert.nosp@m.@kob.nosp@m.altwi.nosp@m.t.be

Definition in file gnc-tokenizer-csv.hpp.