C2FO/fast-csv
CSV parser and formatter for node observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 99
- Release rhythm 51
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 280.0
- age_days: 5105
- days_rel: 119
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
1788 stars · 220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
fast-csv is a Node.js library for parsing and formatting CSV and other delimiter-separated files, written in TypeScript. It is stream-based to handle large files with a low memory footprint and offers flexible parsing and formatting options.
Use cases
- parse large csv files in node without loading them into memory
- write csv files from node.js data
- convert delimited text files to json objects
- stream csv data through a node pipeline
- import csv exports into a database
- generate csv reports from application data
When to choose
- you need high-performance csv parsing or writing in Node.js
- you work with large files and want stream-based, low-memory processing
- you want flexible options for quoting, delimiters, and escaping
- you prefer a TypeScript-first library with typed APIs
When to avoid
- you need csv handling outside the Node.js ecosystem
- you need full spreadsheet formats like xlsx rather than plain csv
- you need a browser-only csv parser
Facets
library · maturity stable
parser serialization csv streaming files developer-tools cli csv-parsing csv-formatting typescript streams delimited-files data-engineering nodejs
3 sources
- readme: https://github.com/C2FO/fast-csv · fetched 2026-08-28 · 47f0ecf040a4
- homepage: http://c2fo.github.io/fast-csv · fetched 2026-08-29 · ca1af3c1218c
- registry_npm: https://registry.npmjs.org/fast-csv · fetched 2026-08-29 · c95a64476273
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| C2FO/fast-csv | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem