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

/any-to-utf8/

    Package Sidebar

    Install

    npm i any-to-utf8

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    2.22 kB

    Total Files

    3

    Last publish

    Collaborators

    • renjithvk