This repository does a CDC on two .csv files and returns a results file with particular statements (insert,update,delete)
The two csv's comparing are named prev.csv (previous) and curr.csv (current)
PreReqs:
-
Python3.x
-
Makes sure pandas is installed on whatever python version you are running
-
A curr.csv file
-
Clone the repo
Option 1: Just have a .curr file in a directory of choice
- Go into the main file and change the path to point to that directory
- Go into the main file and change the columns of the csv file
- Then run the main.py file (Some packages might have to be installed)
Option 2: Have both a .prev file and .curr file in a directory of choice
- Go into the main file and change the path to point to that directory
- Go into the main file and change the columns of the csv file
- Then run the main.py file (Some packages might have to be installed)