Skip to content
Full featured CSV parser with simple api and tested against large datasets.
JavaScript TypeScript CoffeeScript
Branch: master
Clone or download

Latest commit

Latest commit 2d12aaf May 25, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib Bump to version 5.1.2 Aug 10, 2019
samples samples: new pipe_funny script Sep 21, 2018
test ts: update test May 25, 2020
.gitignore package: ignore lock files May 17, 2018
.travis.yml travis: add node.js 12 Sep 20, 2019
CHANGELOG.md Bump to version 5.3.2 Mar 3, 2020
CODE_OF_CONDUCT.md package: code of conduct Oct 30, 2019
CONTRIBUTING.md package: contributing Oct 30, 2019
LICENSE package: switch to MIT license Dec 17, 2018
README.md readme: update project website url Oct 1, 2018
package.json Bump to version 5.3.2 Mar 3, 2020

README.md

     _   _           _        _____  _______      __
    | \ | |         | |      / ____|/ ____\ \    / /
    |  \| | ___   __| | ___ | |    | (___  \ \  / /
    | . ` |/ _ \ / _` |/ _ \| |     \___ \  \ \/ /
    | |\  | (_) | (_| |  __/| |____ ____) |  \  /
    |_| \_|\___/ \__,_|\___| \_____|_____/    \/     New BSD License

This project provides CSV generation, parsing, transformation and serialization for Node.js.

It has been tested and used by a large community over the years and should be considered reliable. It provides every option you would expect from an advanced CSV parser and stringifier.

NPM NPM

The csv package is itself split into 4 packages:

Documentation

The full documentation for the current version is available here.

Usage

Installation command is npm install csv.

Each package is fully compatible with the stream 2 and 3 specifications. Also, a simple callback-based API is always provided for convenience.

Development

This parent project doesn't have tests itself but instead delegates the tests to its child projects.

Read the documentation of the child projects for additional information.

Related projects

You can’t perform that action at this time.