any-to-utf8

Any CSV buffer to UTF8 converter

Usage no npm install needed!

<script type="module">
  import anyToUtf8 from 'https://cdn.skypack.dev/any-to-utf8';
</script>

README

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