Comparing version 0.0.1 to 0.0.2
@@ -140,3 +140,7 @@ var util = require("util"); | ||
if (data[i]._source.title && data[i]._source.words) { | ||
// data[0]._source.date = 'none'; | ||
//for source_type grants_* | ||
if (typeof data[i]._source.meta.award_floor != "number") delete data[i]._source.meta.award_floor; | ||
if (typeof data[i]._source.meta.award_ceiling != "number") delete data[i]._source.meta.award_ceiling; | ||
if (typeof data[i]._source.meta.estimated_funding != "number") delete data[i]._source.meta.estimated_funding; | ||
delete data[i]._source.top_words; | ||
@@ -143,0 +147,0 @@ data01.push(data[i]); |
@@ -5,3 +5,3 @@ { | ||
"description": "from elasticdump 0.16.1", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
337760
2699