Skip to content

the simple NodeJS code to compare such big files in seconds.

Notifications You must be signed in to change notification settings

elibh159/CSV-Comparison

Repository files navigation

CSV Comparison

through this script you can compare two CSV files and find Diff, Change and Save modified CSV files

Features

  • Compare two CSV files and find diff
  • Providing new CSV file base on diff
  • Add new data in target file

Run Locally

Clone the project

  git clone https://github.com/elibh159/CSV-Comparison.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Insert Base and target files

  cd assets
  put Base file and target files there

Start the server

  npm run start

Follow the script :)

Tech Stack

Server: Node

Roadmap

  • Additional browser support

  • Add more integrations

Optimizations

using best practice for compare two big data and consider Big O

Documentation

Documentation

About

the simple NodeJS code to compare such big files in seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published