• Published 11 years ago
node-csv-to-json v
node-csv-json
Converting csv file to json files using nodejs
Usage
node_cj = require("node_cj");
node_cj({
input: "sample.csv",
output: "output.json"
});
License
MIT @chilijung
0.0.0
11 years ago