CSVParse for Node.js

IssuesGitHub

Examples

Learn how to use the parser with multiple examples.

  • Async iterators
    An elegant method to iterate over records with the for await...of construct.
  • File interaction
    Read and write CSV content into a file.
  • Promises usage
    How to use promises with the latest Nodejs Stream API.
  • Stream Pipe
    When using the stream API, plug multiple readable and writable streams to parse CSV data.

Additionnally, the API and options documentations come with numerous examples.

About

The Node.js CSV project is an open source product hosted on GitHub and developed by Adaltas.