Skip to content

JamieBohannaWebDev/insurance-csv-parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B2B Insurance CSV Parsing

Hey there! This is a project that parses and normalizes CSV data for different insurance brokers.

This was a bit of a tricky project, but I'm happy with the result. I hope you like it!

This project uses Node.js and the following dependencies:

  • csv-parser: A CSV parsing library that we use to read the CSV files.
  • jest: A testing library that we use to write our tests.
  • chalk: A library that we use to add some color to our console output.

Prerequisites

  • Node.js (v14 or newer): We use some modern JavaScript features, so you'll want an updated version of Node.
  • npm: Typically included with Node.js, used to install our dependencies.

Installation

  1. Clone this repo or download it.

    git clone https://github.com/JamieBohannaWebDev/insurance-csv-parsing.git
    cd broker-insights
    
  2. Install dependencies

    npm install
    
  3. Run the project

    node src/index.js
    
  4. Run the tests

    npm test
    npm run coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published