adaltas/node-csv
Full featured CSV parser with simple api and tested against large datasets. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5821
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
4283 stars · 292 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A mature monorepo of Node.js and browser packages (csv-generate, csv-parse, stream-transform, csv-stringify) for generating, parsing, transforming, and serializing CSV data. It extends the native stream API and offers callback and sync APIs with full ESM and CommonJS support.
Use cases
- parse csv files in nodejs
- convert csv to json objects
- generate csv from arrays of records
- stream large csv datasets
- transform csv records while reading
- write csv export in a web app
When to choose
- you need a battle-tested, feature-complete CSV parser or stringifier for Node.js or the browser
- you must process large CSV files as streams with low memory usage
- you want granular packages so you only install parsing or stringifying
- you need ESM, CommonJS, and TypeScript type support
When to avoid
- you only need quick one-off CSV inspection in a spreadsheet tool
- your data is JSON or another structured format rather than delimited text
- you need a GUI-based CSV editor rather than a programming library
Facets
library · maturity stable
parser serialization data-generation streaming files developer-tools spreadsheets browser csv csv-parser csv-stringify monorepo streams esm typescript-support data-engineering nodejs javascript
8 sources
- readme: https://github.com/adaltas/node-csv · fetched 2026-08-28 · f45918ec7c95
- homepage: https://csv.js.org · fetched 2026-08-29 · ef17270c1774
- site_page: https://csv.js.org/project/getting-started · fetched 2026-08-29 · 86382e49e4e2
- site_page: https://csv.js.org/stringify/changelog · fetched 2026-08-29 · 008e04afcfdd
- site_page: https://csv.js.org/project/changelog · fetched 2026-08-29 · 04241017962d
- site_page: https://csv.js.org/parse/changelog · fetched 2026-08-29 · d805c99e6c98
- site_page: https://csv.js.org/generate/changelog · fetched 2026-08-29 · ba8cf5567e71
- site_page: https://csv.js.org/transform/changelog · fetched 2026-08-29 · c95e29d7e2a9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| adaltas/node-csv | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="adaltas/node-csv")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem