mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

Update documentation for skipping lines #165

Closed conartist6 closed 3 years ago

conartist6 commented 4 years ago

It seems that the skipLines option was replaced with from and fromLine options, however the documentation was not updated.

LMJayasundara commented 3 years ago

How to use these from and fromLine option. I can not find please help me ❤

conartist6 commented 3 years ago

Nope looks like I was wrong. skipLines is the new way, and I guess the code matches the docs now.