csv-string

v4.0.0
PARSE and STRINGIFY for CSV strings. It's like JSON object but for CSV. It can also work row by row. And, if can parse strings, it can be use to parse files or streams too.
csv parser string generator

build

rm -rf ./dist && tsc

lint

eslint --ext js,ts .

test

jest --coverage

bench

./bench/_bench.sh

Metadata

  • MIT
  • >=12.0
  • Nicolas Thouvenin
  • released 4/17/2020

Downloads