@vaibhavbhatt2110/convert-to-json
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -24,4 +24,2 @@ const xml2js = require('xml2js'); | ||
console.log(typeof(header)); | ||
// header = JSON.stringify(header); | ||
@@ -35,6 +33,3 @@ obj[header] = set[i]; | ||
const len = data.length ; | ||
const variable = data.indexOf("<") | ||
console.log(variable); | ||
if(variable==0){ | ||
@@ -41,0 +36,0 @@ return xmldataconverter(data) |
{ | ||
"name": "@vaibhavbhatt2110/convert-to-json", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This converts the XML and CSV data to JSON format.", | ||
@@ -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
1510
36