Comparing version 0.0.17 to 0.0.18
@@ -89,3 +89,3 @@ module.exports = { | ||
for(var index=0; index<tempAttributeNameArrayLength; index++) { | ||
tempObject[tempAttributeNameArray[index]] = dataArray[index]; | ||
tempObject[tempAttributeNameArray[index]] = ((typeof dataArray[index]!="undefined")?dataArray[index]:""); | ||
} | ||
@@ -92,0 +92,0 @@ return tempObject; |
{ | ||
"name": "csv-array", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Intelligent CSV parser created and made for nodeJS. Which takes a csv file and produce an array from it.", | ||
@@ -5,0 +5,0 @@ "main": "csv-array.js", |
@@ -13,2 +13,3 @@ #csv-array | ||
* Fixed a bug in file containg single coloumn | ||
* Empty string if null | ||
@@ -15,0 +16,0 @@ |
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
6281
74