danielgindi/node-csv-reader

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

drexlar5 opened this issue · 2 comments

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

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

Thanks, Gotten what i needed.