csv-parser
CSV parser
A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime.
Compile-time and runtime CSV parser written in C++17
30 stars
3 watching
5 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list
cpluspluscplusplus-17cppcpp-librarycpp17csvparser
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
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 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
awdeorio/csvstream | A library for parsing and processing CSV files in C++ | 49 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
ben-strasser/fast-cpp-csv-parser | A fast and efficient C++ library for parsing comma-separated value files | 2,154 |
d99kris/rapidcsv | A lightweight C++ CSV parser library providing easy access to CSV data | 898 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 499 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |
lokimidgard/csv-parser-generator | A tool to parse CSV files with support for uncommon line separators and nullable handling | 5 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 669 |
mafintosh/csv-parser | A high-performance streaming CSV parser for Node.js | 1,420 |
sebneu/csvw-parser | Provides a Python implementation of the W3C CSV on the Web specification for parsing and handling structured data from web sources. | 9 |