CSV and Excel: escape from the encoding hell in Node.js
CSV is great, especially to export or import table-like data into your system. It is plain-text and it can also be opened with (more…)
Read more »Since the arrival of node v 7.6.0 async / await has been supported in node by default. If you’re using Node 8.0+ there is no reason to not… Read more