Registry / serialization / rapidcsv

rapidcsv

JSON →
library8.90vcpkgunverified

Rapidcsv is a C++ header-only library for CSV parsing.

vcpkg install rapidcsv
INSTALL
IMPORT
SIG · RAPIDCSV
R
rapidcsv
serializationcppv8.90
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.

rapidcsv.h
#include <rapidcsv.h>

Read a CSV file and access a cell by column name and row index

#include <rapidcsv.h> #include <iostream> int main() { rapidcsv::Document doc("data.csv"); std::string value = doc.GetCell<std::string>("Name", 0); std::cout << "First name: " << value << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.90latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

rapidcsv — pip install rapidcsv · libregistry