CSV processing tasks for @metreeca/gear.
npm install @metreeca/gear # the job execution API
npm install @metreeca/gear-csv # this package
Node.js 22 or later is required.
TypeScript consumers must use "moduleResolution": "nodenext"/"node16"/"bundler" in tsconfig.json.
The legacy "node" resolver is not supported.
| Task | Description |
|---|---|
csv() |
CSV parser |
This project is licensed under the Apache 2.0 License – see LICENSE file for details.
A CSV record.
Creates a CSV parser.
CSV processing tasks.
See
RFC 4180 Common Format and MIME Type for CSV Files