any-to-utf8

1.0.4 • Public • Published

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
  })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i any-to-utf8

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

2.22 kB

Total Files

3

Last publish

Collaborators

  • renjithvk