csvparser-customlib
v1.0.7
Published
A csv parser lib
Downloads
5
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
run npm install
to install required packages
run npm start
to run
open the web browser with the following address: http://localhost:8080
How to Run the Unit Testing:
From the terminal run npm run test
and see the results