@teamteanpm2024/ex-consectetur-earum
v1.2.1
Published
Downloads
5
Maintainers
Keywords
Readme
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:
@teamteanpm2024/ex-consectetur-earum
(GitHub), an umbrella which is itself split into 4 packages.@teamteanpm2024/ex-consectetur-earum-generate
(GitHub), a flexible generator of CSV string and Javascript objects.@teamteanpm2024/ex-consectetur-earum-parse
(GitHub), a parser converting CSV text into arrays or objects.@teamteanpm2024/ex-consectetur-earum-stringify
(GitHub), a stringifier converting records into a CSV text.stream-transform
(GitHub), a transformation framework.
Documentation
The full documentation for the current version is available on the official CSV project website.
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, a Big Data consulting firm based in Paris, France.
- David Worms: https://github.com/wdavidw