To compile and run code follow these steps:
- open cmd prompt
- chdir to the path you would like to clone this repo into
- enter "git clone https://github.com/jerrygitsis/ValidityExercise"
- enter "chdir ./ValidityExercise"
- enter "gradlew build"
- enter "java -jar build/libs/duplicate-record-finder-0.1.0.jar"
Open your browser and enter : http://localhost:8080/findDups?file=[path to file] where path to file is the csv file with the '/'s replaced by '_'s for example : http://localhost:8080/findDups?file=C:_Users_Jerry_Desktop_ValidityExercise_advanced.csv
- enter ctrl + C in command promt to kill the proccess