GitHub - C2FO/fast-csv: CSV parser and formatter for node
Fast-csv
Fast-csv is library for parsing and formatting CSVs or any other delimited value file in node.
Features
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, pa