0.0.5 • Published 11 years ago

simple-json2csv v0.0.5

Weekly downloads
121
License
-
Repository
github
Last release
11 years ago

simple-json2csv

A simple json to csv converter nodejs module

build status

Installation

This module is installed via npm:

$ npm install simple-json2csv

Example Usage

var SimpleJson2Csv = require('simple-json2csv');
var json2Csv = new SimpleJson2Csv(require('./fixtures/simple.json'));
json2Csv.pipe(fs.createWriteStream(<path>));

// hint: listen for 'close' on the writable file stream
0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago