Skip to content

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.

Notifications You must be signed in to change notification settings

nknittin16436/raftlab-csv-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published