parse-csv-stream
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -19,3 +19,3 @@ const EventEmitter = require('events'); | ||
this.headers = null; | ||
this.skipHeaders = false; | ||
this.skipHeaders = true; | ||
} | ||
@@ -52,3 +52,3 @@ | ||
this.skipHeaders = true; | ||
this.skipHeaders = false; | ||
@@ -55,0 +55,0 @@ //Do something with the batch. |
{ | ||
"name": "parse-csv-stream", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Parse any csv file via stream or csv stream from any other source in Node.js for various usecases like database insertion, logging, file creation, batch processing data etc.", | ||
@@ -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