DFX184 / MiniCSVReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniCSVReader

If you need to use csvreader, just include this file in your project.

#include"CSVReader.hpp"

The interface is as follows:

Interface
Save Savefile
operator[rod_index] Return a map representing a row of data according to the corresponding row index
operator[Col name] Return the corresponding column according to the name of the corresponding column
AppendRow Add a new line at the end
AppendCol Add a new column

This file reading is not very fast, at least for large csv (for example, 2GB or more)

If you have a new requirement, please let me add

About

License:MIT License


Languages

Language:C++ 94.5%Language:CMake 5.5%