csv-string

v4.1.1
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

preversion

npm run build

postversion

git push && git push --tags
npm i csv-string

Metadata

  • MIT
  • >=12.0
  • Nicolas Thouvenin
  • released 10/3/2022

Downloads