minicsv
CSV parser
A minimalistic CSV stream class in C++ with customizable delimiters and quoting
C++ Minimalistic CSV Streams
83 stars
14 watching
26 forks
Language: C++
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
svenvc/neocsv | A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects. | 29 |
tinycsvparser/tinycsvparser | A .NET CSV parsing library with high-performance and flexibility | 375 |
lizardon/csv4as3 | A CSV parsing library for Actionscript that allows flexible and efficient processing of comma-separated data | 5 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
skelpo/csv | A Swift library for parsing and serializing CSV files in an efficient and flexible way | 32 |
mafintosh/csv-parser | A high-performance streaming CSV parser for Node.js | 1,420 |
lighttransport/nanocsv | Faster C++11 multithreaded CSV parser with minimal STL dependency | 29 |
meh/cesso | A lightweight CSV parsing library for Elixir designed to handle large datasets efficiently. | 26 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
dashbitco/nimble_csv | A lightweight CSV parsing and dumping library for Elixir, providing fast and efficient data processing. | 773 |
awdeorio/csvstream | A library for parsing and processing CSV files in C++ | 49 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
kentcb/kbcsv | A .NET CSV parsing and writing library with efficient and easy-to-use APIs. | 78 |