https://github.com/lnsp/csvpp
A small CSV table parser written in C++!
https://github.com/lnsp/csvpp
Last synced: 3 months ago
JSON representation
A small CSV table parser written in C++!
- Host: GitHub
- URL: https://github.com/lnsp/csvpp
- Owner: lnsp
- Created: 2014-11-26T23:05:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T23:45:05.000Z (over 11 years ago)
- Last Synced: 2025-10-23T15:45:45.108Z (8 months ago)
- Language: C++
- Size: 469 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSVpp
=====
A small CSV table parser written in C++!
Milestones:
- Simple table management :heavy_check_mark:
- Added file loading / saving :heavy_check_mark:
- Implement simple SQL query system (soon)