convert-csv-to-json
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,10 +5,5 @@ 'use strict'; | ||
let fileInputName = './input.csv'; | ||
let fileOutputName = './output.json'; | ||
csvToJson.generateJsonFileFromCsv(fileInputName, fileOutputName); | ||
exports.jsontoCsv= function(input,output){ | ||
exports.jsonToCsv= function(input,output){ | ||
csvToJson.generateJsonFileFromCsv(input, output); | ||
}; |
{ | ||
"name": "convert-csv-to-json", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Convert CSV to JSON", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46571
137