You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates how to use the PapaParse library to parse CSV data in Node.js using TypeScript and perform various searching and sorting operations on it.
The project also has unit test implemented for functions performed on parsed data using JEST Testing Library in TypeScript .
Installation
$ git clone https://github.com/nknittin16436/raftlab-csv-typescript
$ cd raftlab-csv-typescript
$ npm install
Run server
$ npm run start
Yay!! you should see the app running now
To run Test Cases
$ npm run test
About
This project demonstrates how to use the PapaParse library to parse CSV data in Node.js using TypeScript and perform various searching and sorting operations on it.