simple-json-to-csv

1.0.2 • Public • Published

This package was especially made for Bryan

const Converter = require("simple-json-to-csv");

const file = new Converter([
  { name: "Kervin", age: "26" },
  { name: "Daniel", age: "4" }
]);

file.convert("out/result.csv").then(console.log);

Readme

Keywords

Package Sidebar

Install

npm i simple-json-to-csv

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

1.75 kB

Total Files

6

Last publish

Collaborators

  • kervin5