Comparing version 0.0.3 to 0.0.4
@@ -140,3 +140,3 @@ var util = require("util"); | ||
if (data[i]._source.title && data[i]._source.words) { | ||
//for source_type grants_* | ||
@@ -167,2 +167,7 @@ if (data[i]._source.meta.award_floor) { | ||
// clinical trial | ||
if (data[i]._source.meta.enrollment) { | ||
data[i]._source.meta.enrollment = (typeof data[i]._source.meta.enrollment != "number") ? parseInt(data[i]._source.meta.enrollment) : data[i]._source.meta.enrollment; | ||
} | ||
delete data[i]._source.top_words; | ||
@@ -169,0 +174,0 @@ data01.push(data[i]); |
@@ -5,3 +5,3 @@ { | ||
"description": "from elasticdump 0.16.1", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
339293
2721