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

Cant find the .pause() and .resume() function for the library #14

Closed drexlar5 closed 4 years ago

drexlar5 commented 4 years ago

I cant find the pause and resume function. I think It will be an essential addition to this library so that users will be able to take action on a particular row of their choosing before resuming reading from file stream

danielgindi commented 4 years ago

This is how node.js works, pause/resume is out of the box.

drexlar5 commented 4 years ago

Thanks, Gotten what i needed.