naivecsv
A light and simple csv parser.
Highlights
- Customizable delimiter(default: ','), line-feed(default: '\x\n') and quote-mark(default: '"')
- Decoding configurable
- Transpose available
- Can delete blank trailing row
- Static method under class NaiveCsv
Install
$ npm install naivecsv
Usage
const file='[your csv file directory]' // simple usagefsPromise // more featuresfsPromise
License
Copyright (y) 2019-present, Haoyang (Vincent) Wang