txt-file-to-json
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "txt-file-to-json", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.", | ||
@@ -5,0 +5,0 @@ "main": "txt_to_json.js", |
@@ -0,1 +1,3 @@ | ||
<img src="./resources/txt_to_json.png" align="right" width="200" height="150"/> | ||
<h1 align="center">txt-file-to-json</h1> | ||
@@ -92,1 +94,5 @@ | ||
``` | ||
# References | ||
* To convert text and csv both to json. Try - "https://www.npmjs.com/package/data-to-json" | ||
* To convert only csv data to json. Try - "https://www.npmjs.com/package/csv-file-to-json" |
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
85971
10
98