Wednesday, 3 January 2018

How do I remove lines from a csv file?

At the moment I'm parsing a csv file using a stream. The problem is that the headerline is not the first line; I need to remove a couple of lines before parsing it. At the moment I'm doing it manually.How can I do with node? I've read about transform streams, but unfortunately I don't know how to implement it. Any help is appreciated!

Submitted January 03, 2018 at 04:05PM by Shovez

No comments:

Post a Comment