Registry / serialization / vincentlaucsb-csv-parser

vincentlaucsb-csv-parser

JSON →
library5.1.0vcpkgunverified

A modern C++ library for reading, writing, and analyzing CSV (and similar) files.

vcpkg install vincentlaucsb-csv-parser
INSTALL
IMPORT
SIG · VINCENTLAUCSB-CSV-
V
vincentlaucsb-csv-parser
serializationcppv5.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

csv.hpp
#include <csv.hpp>

Read a CSV file and print the 'name' column

#include <csv.hpp> #include <iostream> int main() { csv::CSVReader reader("data.csv"); for (auto& row : reader) { std::cout << row["name"].get<>() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

vincentlaucsb-csv-parser — pip install vincentlaucsb-csv-parser · libregistry