csv-parser
CSV parser
A high-performance streaming CSV parser for Node.js
Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
1k stars
17 watching
135 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/peek-stream | Transforms data streams to pause processing before parsing | 56 |
mafintosh/tar-stream | A streaming tar parser and generator for JavaScript applications | 413 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 499 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,952 |
liquidaty/zsv | A fast and extensible command-line utility for parsing and manipulating CSV data. | 209 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
lizardon/csv4as3 | A CSV parsing library for Actionscript that allows flexible and efficient processing of comma-separated data | 5 |
sindresorhus/neat-csv | Convenience wrapper around a fast CSV parser | 320 |
awdeorio/csvstream | A library for parsing and processing CSV files in C++ | 49 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 966 |
brutella/swift-csv | A stream-based CSV parsing and writing library in Swift. | 83 |
mafintosh/read-torrent | A JavaScript library to read and parse torrent files or magnet URIs, providing access to metadata and other information about the torrent. | 73 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
meh/cesso | A lightweight CSV parsing library for Elixir designed to handle large datasets efficiently. | 26 |