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

CyrusNuevoDia/CSV.js

A simple, blazing-fast CSV parser and encoder. Full RFC 4180 compliance. observed · 2026-08-28

github.com/CyrusNuevoDia/CSV.js · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4484
  • days_rel: n/a
  • days_push: 3621
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1533 stars · 96 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

CSV.js is a small JavaScript library for parsing and encoding CSV data with full RFC 4180 compliance. It works in browsers, Node.js, and AMD environments, offering streaming-style iteration via forEach and configurable type casting.

Use cases

  • parse csv files in the browser
  • convert csv strings to javascript arrays
  • encode arrays of objects as csv
  • import spreadsheet data into a web app
  • stream large csv records one at a time
  • handle quoted and multiline csv fields per rfc 4180

When to choose

  • you need a lightweight, dependency-free CSV parser for browser or Node.js
  • you require RFC 4180 compliance for quoted cells, embedded delimiters, and line breaks
  • you want automatic or custom type casting of parsed values
  • you need to process records incrementally without building a huge array

When to avoid

  • you need streaming from files or network sources rather than in-memory strings
  • you need advanced features like async workers, auto-delimiter detection beyond basics, or CSV dialects
  • the project appears unmaintained and you need ongoing bug fixes or modern packaging (ESM, TypeScript types)

Facets

library · maturity maintenance

parser serialization csv files web-development developer-tools browser cross-platform csv-parser csv-encoder rfc-4180 javascript data-import data-engineering nodejs

1 source

Member repositories

RepositoryRoleHealth v2
CyrusNuevoDia/CSV.jsmain32

For agents

markdown · JSON · MCP: product_card(name="CyrusNuevoDia/CSV.js")

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