Kautenja / csv

a C++ implementation of a CSV reader / writer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV

build-status

Roadmap

  • load
  • print
  • load with types
  • check column names
  • error handling

Usage

Simply add include/csv.hpp to your C++ project either by copying directly or using git submodules.

Testing

To compile and run the test suite:

scons test

Benchmarking

To run benchmarks:

scons benchmark/benchmark_csv.cpp

About

a C++ implementation of a CSV reader / writer

License:MIT License


Languages

Language:C++ 61.7%Language:Python 38.3%