https://github.com/greenstack/recordforge
A C++ library for processing data from CSV files
https://github.com/greenstack/recordforge
Last synced: about 1 year ago
JSON representation
A C++ library for processing data from CSV files
- Host: GitHub
- URL: https://github.com/greenstack/recordforge
- Owner: greenstack
- License: mit
- Created: 2023-01-25T01:50:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T03:46:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T10:13:08.051Z (about 1 year ago)
- Language: C++
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecordForge
RecordForge is a library that's designed to make it easier to read and transform your CSV files into another format. Eventually, it will be a major component of a planned piece of software I'll call
RecordSmith.
# Thanks
Vincent La for the CSV parser library