Skip to content

C2FO/fast-csv

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2024
May 15, 2020
Nov 21, 2024
Oct 22, 2024
Feb 22, 2025
May 15, 2020
Oct 29, 2020
Dec 27, 2023
Mar 12, 2020
May 15, 2020
Dec 28, 2023
Oct 3, 2024
Dec 14, 2019
Oct 22, 2024
Jun 11, 2019
Nov 20, 2024
Mar 12, 2020
Dec 24, 2019
Oct 22, 2024
Mar 4, 2025
Mar 4, 2025
May 15, 2020
Dec 27, 2023
Oct 29, 2020

Repository files navigation

fast-csv Logo

npm version 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/main/LICENSE

Meta