Any CSV buffer to UTF8
Any CSV buffer to UTF8 converter
Install
$ npm install any-to-utf8
Usage
const anyToUtf8 = require('any-to-utf8')
anyToUtf8(csvBuffer)
.then(csvUtf8 => {
// handle output
}).catch(error => {
// handler error
})
Any CSV buffer to UTF8 converter
$ npm install any-to-utf8
const anyToUtf8 = require('any-to-utf8')
anyToUtf8(csvBuffer)
.then(csvUtf8 => {
// handle output
}).catch(error => {
// handler error
})
npm i any-to-utf8
2
1.0.4
ISC
2.22 kB
3