https://github.com/keyang/demo-node-csvtojson-ts
Demo code on how to use csvtojson in TypeScript
https://github.com/keyang/demo-node-csvtojson-ts
Last synced: 11 months ago
JSON representation
Demo code on how to use csvtojson in TypeScript
- Host: GitHub
- URL: https://github.com/keyang/demo-node-csvtojson-ts
- Owner: Keyang
- Created: 2017-03-23T16:02:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T16:02:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T03:35:21.241Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run code with:
```
tsc ./index.ts && node ./index.js
```