danielgindi / node-csv-reader

A CSV stream reader, with many many features, and ability to work with the largest datasets
MIT License
35 stars 11 forks source link

Emit 'error' event #25

Closed CamiloManrique closed 3 years ago

CamiloManrique commented 3 years ago

In case of an error, the callback in _transform and _flush is called with such error, thus emitting the 'error' event

Resolve #24

danielgindi commented 3 years ago

Thank you!