Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaltas/node-csv-stringify
CSV stringifier implementing the Node.js `stream.Transform` API
https://github.com/adaltas/node-csv-stringify
csv nodejs parser streaming stringifier
Last synced: 9 days ago
JSON representation
CSV stringifier implementing the Node.js `stream.Transform` API
- Host: GitHub
- URL: https://github.com/adaltas/node-csv-stringify
- Owner: adaltas
- Archived: true
- Created: 2013-10-25T14:51:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T10:03:22.000Z (over 3 years ago)
- Last Synced: 2024-10-01T15:27:08.200Z (about 1 month ago)
- Topics: csv, nodejs, parser, streaming, stringifier
- Homepage: https://csv.js.org/stringify/
- Size: 478 KB
- Stars: 187
- Watchers: 9
- Forks: 52
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV Stringify for Node.js has been merged into [Node.js CSV monorepo](https://github.com/adaltas/node-csv)!
You can find the latest version of the source code [inside the Node.js CSV repository](https://github.com/adaltas/node-csv/tree/master/packages/csv-stringify), where it will continue to be developed.
Please report any bugs to the Node.js CSV [issue tracker](https://github.com/adaltas/node-csv/issues) directly.
The approach used for merging this repository into monorepo is described in [this article](https://www.adaltas.com/en/2021/05/21/js-monorepos-merging-git-repositories/).
An archive of the source code before the merge is available [here](../../tree/archive).