csv_edit_go
v0.2.20
Published
Easy transform of csv files for evaluation
Downloads
7
Readme
csv_edit_go
Easy transform of csv files for evaluation
User story
- AS A "JavaScript developer"
- I WANT TO "Easy transform of csv files"
- SO THAT I CAN "evaluate and find patterns and trends"
- Part of See it Done project.
Version Notes:
- 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
- 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
- 2.?.? - Only tagged versions released. Module is regarded stable and in production.
npm
npm i csv_edit_go -s
yarn
yarn add csv_edit_go
Usage
Node
const _csvIO = require('csv_edit_go')
(This README file was generated by https://github.com/perezlamed/lamed_readme)