nknittin16436 / raftlab-csv-typescript

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Data Parsing with PapaParse in TypeScript

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.


Languages

Language:TypeScript 100.0%