Saturday, March 26, 2016

CSV File Reader for NodeJS

One of our projects on NodeJS requires parsing of a CSV files. I found a nice package node-csv. The package receives a line in CSV format and parses it. Reading from file is out of scope in the node-csv package. A csvReader package allows reading from a file and parse CSV lines. For more information look here