Skip to content

KSiig/morningscore_challenge

Repository files navigation

CSV Parser

This package was developed as part of a challenge, given by morningscore.io. Its purpose is to parse a CSV file. This package is able to take either a string or a file path as input.

Install

CSV Parser is available on npm, and can be installed with the following command:

npm install ksiig-csv-parser

or

yarn add ksiig-csv-parser