Ross ROSS = Recommend OSS · open-source software intelligence for agents

C2FO/fast-csv

CSV parser and formatter for node observed · 2026-08-28

github.com/C2FO/fast-csv · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
C2FO/fast-csvmain82

For agents

markdown · JSON · MCP: product_card(name="C2FO/fast-csv")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem