All Projects → adaltas → Node Csv

adaltas / Node Csv

Licence: mit
Full featured CSV parser with simple api and tested against large datasets.

Programming Languages

typescript
32286 projects
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Csv

Node Csv Parse
CSV parsing implementing the Node.js `stream.Transform` API
Stars: ✭ 768 (-74.97%)
Mutual labels:  csv, parser, streaming
Node Csv Stringify
CSV stringifier implementing the Node.js `stream.Transform` API
Stars: ✭ 179 (-94.17%)
Mutual labels:  csv, parser, streaming
Stream Parser
⚡ PHP7 / Laravel Multi-format Streaming Parser
Stars: ✭ 391 (-87.26%)
Mutual labels:  csv, parser, streaming
Csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
Stars: ✭ 501 (-83.67%)
Mutual labels:  csv, streaming
Csv Parser
A modern C++ library for reading, writing, and analyzing CSV (and similar) files.
Stars: ✭ 359 (-88.3%)
Mutual labels:  csv, parser
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (-87.87%)
Mutual labels:  csv, parser
Lol Html
Low output latency streaming HTML parser/rewriter with CSS selector-based API
Stars: ✭ 566 (-81.55%)
Mutual labels:  parser, streaming
Ssp
C++ CSV parser
Stars: ✭ 30 (-99.02%)
Mutual labels:  csv, parser
Swiftcsv
CSV parser for Swift
Stars: ✭ 511 (-83.34%)
Mutual labels:  csv, parser
Csvparser
C++ parser for CSV file format
Stars: ✭ 65 (-97.88%)
Mutual labels:  csv, parser
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (-95.18%)
Mutual labels:  csv, parser
Xlsxtream
Streaming & Fast XLSX Spreadsheet Writer for Ruby
Stars: ✭ 184 (-94%)
Mutual labels:  csv, streaming
Loaders.gl
Loaders for big data visualization. Website:
Stars: ✭ 272 (-91.13%)
Mutual labels:  csv, streaming
Jaxon
Streaming JSON parser for Elixir
Stars: ✭ 145 (-95.27%)
Mutual labels:  parser, streaming
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (-79.04%)
Mutual labels:  parser, streaming
Sqlparser
Simple SQL parser meant for querying CSV files
Stars: ✭ 249 (-91.88%)
Mutual labels:  csv, parser
N3.js
Lightning fast, spec-compatible, streaming RDF for JavaScript
Stars: ✭ 521 (-83.02%)
Mutual labels:  parser, streaming
Csv Parser
Fast, header-only, extensively tested, C++11 CSV parser
Stars: ✭ 90 (-97.07%)
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 (-91.92%)
Mutual labels:  csv, parser
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (-98.44%)
Mutual labels:  streaming, csv
     _   _           _        _____  _______      __
    | \ | |         | |      / ____|/ ____\ \    / /
    |  \| | ___   __| | ___ | |    | (___  \ \  / /
    | . ` |/ _ \ / _` |/ _ \| |     \___ \  \ \/ /
    | |\  | (_) | (_| |  __/| |____ ____) |  \  /
    |_| \_|\___/ \__,_|\___| \_____|_____/    \/     MIT License

CSV packages for Node.js and the web

This project provides CSV generation, parsing, transformation and serialization for Node.js.

It has been tested and used by a large community over the years and should be considered reliable. It provides every option you would expect from an advanced CSV parser and stringifier.

Project structure

This repository is a monorepo managed using Lerna. There are 5 packages managed in this codebase, even though we publish them to NPM as separate packages:

Documentation

The full documentation for the current version is available here.

Features

  • Extends the native Node.js transform stream API
  • Simplicity with the optional callback and sync API
  • Support for ECMAScript modules and CommonJS
  • Large documentation, numerous examples and full unit test coverage
  • Few dependencies, in many cases zero dependencies
  • Node.js support from version 8 to latest
  • Mature project with more than 10 years of history

License

Licensed under the MIT License.

Contributors

The project is sponsored by Adaltas, an Big Data consulting firm based in Paris, France.

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].