@metreeca/gear-csv
v0.1.1
Published
CSV processing tasks for @metreeca/gear.
Maintainers
Readme
@metreeca/gear-csv
CSV processing tasks for @metreeca/gear.
Installation
npm install @metreeca/gear # the job execution API
npm install @metreeca/gear-csv # this package[!IMPORTANT]
Node.js 22 or later is required.
[!WARNING]
TypeScript consumers must use
"moduleResolution": "nodenext"/"node16"/"bundler"intsconfig.json. The legacy"node"resolver is not supported.
Usage
| Task | Description |
|----------------|-------------|
| csv() | CSV parser |
Support
- open an issue to report a problem or to suggest a new feature
- start a discussion to ask a how-to question or to share an idea
License
This project is licensed under the Apache 2.0 License – see LICENSE file for details.
