UNPKG
csv-to-json
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
parses csv and returns it into json object
alfredkam/bigData
csv-to-json
/
index.js
2 lines
•
84 B
JavaScript
View Raw
1
2
// Require the sdk from the root of directory
module
.
exports
= require(
'./lib/csv'
);