csvparser-lib
v1.0.1
Published
A CSV parser library
Downloads
6
Readme
CSV Parser Custom Library by Alexander Galdones A simple library that parses CSV file with a list of messages
Fields that wrap their value in double quotation marks (e.g. "value") will be converted into strings. Fields that do not wrap their value in double quotation marks should be converted into numbers/integers.
How to install: Machine must have installed a nodejs app - https://nodejs.org/en/download/ NPM installation - npm install npm@latest -g
How to Run the Unit Testing:
From the terminal run npm run test
and see the results