@fast-csv/parse
Advanced tools
Comparing version 4.0.3 to 4.1.0
{ | ||
"name": "@fast-csv/parse", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"description": "fast-csv parsing package", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "87b13abc941b15b8f4a14b9dc39a324b75b3e496" | ||
"gitHead": "682710d90cb3c80c35e067cbe02d18eb822a7873" | ||
} |
@@ -73,2 +73,7 @@ # `@fast-csv/parse` | ||
* `headers`: Emitted when the headers are parsed | ||
* **NOTE** If the headers option is a function that transform headers, the array passed to this event will be the transformed headers | ||
* **NOTE** If the headers option is set to an array of headers, the emitted header will be the option passed in. | ||
* **NOTE** If the headers option is set to `true` the headers will be the parsed headers from the csv. | ||
* **NOTE** If headers is set to `false` or the csv has no rows then the event WILL NOT be emitted. | ||
* `data`: Emitted when a record is parsed. | ||
@@ -75,0 +80,0 @@ * If headers are present then all rows will be an object. |
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
84809
192