node-red-contrib-iconvfile

Node-RED node to read a file and write to a file in the charset that you want (not only utf8).

Usage no npm install needed!

<script type="module">
  import nodeRedContribIconvfile from 'https://cdn.skypack.dev/node-red-contrib-iconvfile';
</script>

README

node-red-contrib-iconvfile

You no longer need to use these nodes, for Node-RED 0.20.0 released. Now core file node is able to encode in many charsets.

Node-RED node to read a file and write to a file in the charset that you want (not only utf8).

Description

This nodes extend Node-RED core file in node to read the file in the specified charset,
and extend Node-RED core file node to write output to a file in the specified charset.

Encoding is based on iconv-lite module.
For supported encodings, refer to iconv-lite wiki page.

Install

NPM

Licence

Apache-2.0

Author

s1r-J