# Keyang/node-csvtojson

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.

Repository: https://github.com/Keyang/node-csvtojson
Canonical: https://ross.abutalabs.com/products/node-csvtojson
Language: TypeScript
License: MIT
License Family: permissive
Topics: csv, csvtojson, csvparser, nodejs, javascript, csv-data, csv-row, csv-columns, csv-stream, parse
Last push: 2026-01-22T13:22:21+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 8, longevity 100
- inputs: {"age_days": 4825, "days_push": 223, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2034, forks 267 (observed 2026-08-28T04:06:07.860255+00:00)

## What it is
A fast, comprehensive CSV parser for Node.js, browsers, and the command line that converts CSV to JSON or column arrays. It supports streaming/async parsing, RFC4180 compliance, and extensive parsing configuration options.

## Use cases
- convert csv file to json in nodejs
- parse large csv files with streaming
- command line csv to json converter
- parse csv in the browser
- process csv rows asynchronously from a url
- convert csv string to row arrays

## When to choose
- you need high-performance CSV parsing for millions of rows
- you want one parser usable in Node.js, browser, and CLI
- you need streaming or async line-by-line processing
- you need strict RFC4180 compliance and configurable parsing

## When to avoid
- you need to write CSV files rather than parse them
- you work outside the JavaScript ecosystem
- you need full ETL pipeline features beyond parsing

## Facets
- artifact type: library
- maturity: active
- function: parser, serialization, csv, cli, streaming
- domain: developer-tools, files
- platform: browser, cli, cross-platform
- tags: csv-to-json, csv-parser, rfc4180, typescript, data-conversion, data-engineering, command-line, nodejs

## Member repositories
- Keyang/node-csvtojson (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:07.860255+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-30T02:59:23.460932+00:00, confidence not recorded.
  - readme: https://github.com/Keyang/node-csvtojson (fetched 2026-08-28T04:06:07.860255+00:00, sha 9075a45659c9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
