Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jscarton-fast-csv

jscarton2MIT4.3.7-alpha.135TypeScript support: included

CSV parser and writer. ES2015 version

csv, parser, fast, writer, csv writer, CSV

readme

fast-csv Logo

npm version Build Status Coverage Status Known Vulnerabilities

Fast-csv

Fast-csv is library for parsing and formatting CSVs or any other delimited value file in node.

Features

  • CSV Formatting
  • CSV Parsing
  • Built using typescript.
  • Flexible formatting and parsing options, to fit almost any scenario.
  • Built with streams first to avoid creating large memory footprint when parsing large files.
  • Battle tested in production, parsing and formatting millions of records every day.

Install

See installation docs

Packages

  • fast-csv - One stop shop for all methods and options from @fast-csv/format and @fast-csv/parse. Get Started!
  • @fast-csv/parse - Parsing package, use this if you only need to parse files. Get Started!
  • @fast-csv/format - Formatting package, use this if you only need to format files. Get Started!

License

MIT https://github.com/C2FO/fast-csv/raw/master/LICENSE

Meta

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.3.6 (2020-12-04)

Note: Version bump only for package fast-csv

4.3.5 (2020-11-03)

Note: Version bump only for package fast-csv

4.3.4 (2020-11-03)

Note: Version bump only for package fast-csv

4.3.3 (2020-10-30)

Note: Version bump only for package fast-csv

4.3.2 (2020-09-02)

Note: Version bump only for package fast-csv

4.3.1 (2020-06-23)

Note: Version bump only for package fast-csv

4.3.0 (2020-05-27)

Note: Version bump only for package fast-csv

4.2.0 (2020-05-19)

Note: Version bump only for package fast-csv

4.1.6 (2020-05-15)

Note: Version bump only for package fast-csv

4.1.5 (2020-05-15)

Note: Version bump only for package fast-csv

4.1.4 (2020-05-15)

Note: Version bump only for package fast-csv