All Projects → adaltas → Node Csv Parse

adaltas / Node Csv Parse

Licence: mit
CSV parsing implementing the Node.js `stream.Transform` API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Csv Parse

Stream Parser
⚡ PHP7 / Laravel Multi-format Streaming Parser
Stars: ✭ 391 (-49.09%)
Mutual labels:  csv, parser, streaming
Node Csv
Full featured CSV parser with simple api and tested against large datasets.
Stars: ✭ 3,068 (+299.48%)
Mutual labels:  csv, parser, streaming
Node Csv Stringify
CSV stringifier implementing the Node.js `stream.Transform` API
Stars: ✭ 179 (-76.69%)
Mutual labels:  csv, parser, streaming
Sqlparser
Simple SQL parser meant for querying CSV files
Stars: ✭ 249 (-67.58%)
Mutual labels:  csv, parser
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (-80.73%)
Mutual labels:  csv, parser
Xlsxtream
Streaming & Fast XLSX Spreadsheet Writer for Ruby
Stars: ✭ 184 (-76.04%)
Mutual labels:  csv, streaming
Ssp
C++ CSV parser
Stars: ✭ 30 (-96.09%)
Mutual labels:  csv, parser
Loaders.gl
Loaders for big data visualization. Website:
Stars: ✭ 272 (-64.58%)
Mutual labels:  csv, streaming
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (-93.75%)
Mutual labels:  streaming, csv
Csv Parser
A modern C++ library for reading, writing, and analyzing CSV (and similar) files.
Stars: ✭ 359 (-53.26%)
Mutual labels:  csv, parser
Csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
Stars: ✭ 501 (-34.77%)
Mutual labels:  csv, streaming
Swiftcsv
CSV parser for Swift
Stars: ✭ 511 (-33.46%)
Mutual labels:  csv, parser
Csv Parser
Fast, header-only, extensively tested, C++11 CSV parser
Stars: ✭ 90 (-88.28%)
Mutual labels:  csv, parser
Pxi
🧚 pxi (pixie) is a small, fast, and magical command-line data processor similar to jq, mlr, and awk.
Stars: ✭ 248 (-67.71%)
Mutual labels:  csv, parser
Csvparser
C++ parser for CSV file format
Stars: ✭ 65 (-91.54%)
Mutual labels:  csv, parser
Lol Html
Low output latency streaming HTML parser/rewriter with CSS selector-based API
Stars: ✭ 566 (-26.3%)
Mutual labels:  parser, streaming
Jaxon
Streaming JSON parser for Elixir
Stars: ✭ 145 (-81.12%)
Mutual labels:  parser, streaming
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (-51.56%)
Mutual labels:  csv, parser
N3.js
Lightning fast, spec-compatible, streaming RDF for JavaScript
Stars: ✭ 521 (-32.16%)
Mutual labels:  parser, streaming
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (-16.28%)
Mutual labels:  parser, streaming

CSV Parser for Node.js

Build Status NPM NPM

Part of the CSV module, this project is a parser converting CSV text input into arrays or objects. It implements the Node.js stream.Transform API. It also provides a simple callback-based API for convenience. It is both extremely easy to use and powerful. It was first released in 2010 and is used against big data sets by a large community.

Documentation

Features

  • Follow the Node.js streaming API
  • Simplicity with the optional callback API
  • Support delimiters, quotes, escape characters and comments
  • Line breaks discovery
  • Support big datasets
  • Complete test coverage and samples for inspiration
  • No external dependencies
  • Work nicely with the csv-generate, stream-transform and csv-stringify packages
  • MIT License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].