https://github.com/daniloab/csv-reader-js
tiny csv reader with nodejs
https://github.com/daniloab/csv-reader-js
Last synced: about 1 year ago
JSON representation
tiny csv reader with nodejs
- Host: GitHub
- URL: https://github.com/daniloab/csv-reader-js
- Owner: daniloab
- Created: 2022-04-28T01:02:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T01:03:34.000Z (about 4 years ago)
- Last Synced: 2024-10-18T09:15:34.900Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csv-reader-js
tiny reader of csv in js
## how to run
```bash
yarn
yarn read
```