convert-csv-to-json
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "convert-csv-to-json", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Convert CSV to JSON", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ # CSVtoJSON | ||
~~~ | ||
first_name;last_name;email;gender;age;zip;registered; | ||
first_name;last_name;email;gender;age;zip;registered | ||
Constantin;Langsdon;clangsdon0@hc360.com;Male;96;123;true | ||
@@ -39,0 +39,0 @@ Norah;Raison;nraison1@wired.com;Female;32;;false |
Sorry, the diff of this file is not supported yet
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
72347