# d99kris/rapidcsv

C++ CSV parser library

Repository: https://github.com/d99kris/rapidcsv
Canonical: https://ross.abutalabs.com/products/rapidcsv
Language: C++
License: BSD-3-Clause
License Family: permissive
Topics: csv-parser, c-plus-plus, library, linux, macos, windows, c-plus-plus-11, utf8, utf16
Last push: 2026-08-15T06:49:40+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 86, longevity 100
- inputs: {"age_days": 3393, "days_push": 18, "days_rel": 18, "gap_med": 61, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1077, forks 201 (observed 2026-08-28T04:03:29.607998+00:00)

## What it is
Rapidcsv is an easy-to-use, header-only C++11 CSV parser library for reading and writing CSV files. It supports column/row headers, typed column access, and works across Linux, macOS, and Windows.

## Use cases
- parse csv files in c++
- read a csv column as a vector of floats
- write csv files from c++
- handle csv files with column and row headers
- parse utf-8 or utf-16 csv data
- drop-in single-header csv parsing for a c++ project

## When to choose
- you need a lightweight, header-only CSV parser in C++11 or later
- you want simple typed access to CSV columns and rows
- you need cross-platform CSV support without external dependencies

## When to avoid
- you need high-performance parsing of very large or malformed CSV files
- you need full RFC 4180 edge-case compliance or streaming parsing
- you are working in a language other than C++

## Facets
- artifact type: library
- maturity: stable
- function: parser, csv, serialization
- domain: files, developer-tools
- platform: windows, cpp, cross-platform
- tags: header-only, csv-parser, c-plus-plus-11, utf8, utf16, data-engineering, linux, macos

## Member repositories
- d99kris/rapidcsv (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.607998+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:14.198771+00:00, confidence not recorded.
  - readme: https://github.com/d99kris/rapidcsv (fetched 2026-08-28T04:03:29.607998+00:00, sha 869f8c56673d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
