# zemirco/json2csv

Convert json to csv with column titles

Repository: https://github.com/zemirco/json2csv
Canonical: https://ross.abutalabs.com/products/json2csv
Homepage: http://zemirco.github.io/json2csv
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-01-21T11:17:07+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5227, "days_push": 1320, "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 2719, forks 356 (observed 2026-08-28T04:07:12.225810+00:00)

## What it is
A JavaScript library and CLI tool that converts JSON (including NDJSON) into CSV with column titles, supporting streaming for large datasets. This original repository is abandoned; development continues as split @2csv packages.

## Use cases
- convert  files to csv
- export  api responses as csv spreadsheets
- stream large nd datasets to csv
- convert  to csv from the command line
- flatten nested  into csv columns
- generate csv with custom delimiters and escaping

## When to choose
- you need a battle-tested JSON-to-CSV converter for Node.js or the browser (via the successor @2csv packages)
- you want both a programmatic API and a CLI
- you need streaming conversion of very large datasets

## When to avoid
- you want actively maintained software - use the successor @2csv/* packages instead
- you need CSV-to-JSON conversion
- you are not working in a JavaScript/Node environment

## Facets
- artifact type: library
- maturity: abandoned
- function: serialization, cli, parser, csv
- domain: developer-tools, files
- platform: cli, cross-platform
- tags: -to-csv, data-conversion, streaming, nd, export, data-engineering, command-line, nodejs

## Member repositories
- zemirco/json2csv (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:12.225810+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:15:18.466337+00:00, confidence not recorded.
  - readme: https://github.com/zemirco/json2csv (fetched 2026-08-28T04:07:12.225810+00:00, sha e38e59f3e878)
  - homepage: http://zemirco.github.io/json2csv (fetched 2026-08-29T09:58:37.403407+00:00, sha e62eeb3fbe09)
  - registry_npm: https://registry.npmjs.org/json2csv (fetched 2026-08-29T09:58:37.407588+00:00, sha 41aed0bc06ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
