g-spreadsheet
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -92,3 +92,4 @@ | ||
for (var j = 0; j < columnHeader.length; j++) { | ||
var value = entry['gsx:'+columnHeader[j].replace(/[^a-zA-Z0-9]+/, '').toLowerCase()]; | ||
var rowKey = columnHeader[j].replace(/[^a-zA-Z0-9]+/g, '').toLowerCase(); | ||
var value = entry['gsx:'+rowKey]; | ||
if (typeof value == 'object' && Object.keys(value).length == 0) value = null; | ||
@@ -95,0 +96,0 @@ else if (value == undefined) value = null; |
@@ -9,3 +9,3 @@ { | ||
"description": "Google Spreadsheet Data API -- simple interface to read rows and cells", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "google", |
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
4924
106