Registry / serialization / p-ranav-csv

p-ranav-csv

JSON →
library2019-07-11vcpkgunverified

CSV for modern C++

vcpkg install p-ranav-csv
INSTALL
IMPORT
SIG · P-RANAV-CSV
P
p-ranav-csv
serializationcppv2019-07-11
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 access columns by name

#include <csv.hpp> int main() { csv::CSVReader reader("data.csv"); for (auto& row : reader) { auto val = row["column_name"].get<std::string>(); } return 0; }
Debug
Known issues
breakingThis library is deprecated and no longer maintained
fix
Consider using an alternative CSV library such as fast-cpp-csv-parser or libcsv
affects: all
Upgrade
Version history
2019-07-11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

p-ranav-csv — pip install p-ranav-csv · libregistry