REQUIRED PACKAGES
- xlrd
- xlsxwriter
- openpyxl
FILES IN THIS FOLDER functions.py interface.py TestingProcedure.xlsx
SUBFOLDER old: contains old codes and config file
RUNNING INSTRUCTIONS
Note: make sure that Python 3.5 and the required packages are supported.
- Open the terminal window and navigate to the script folder.
- Run the command: python3 interface.py
- Navigate to the script folder.
- Double-click on the script: interface.py
- Load in the input file
- Choose the column to conform
- Load in dictionary file
- Click on "Start Conforming" button
- Results will be shown on the terminal window
Merging (for both OS users):
- Edit the non_match file directly with new matches
- Load in the non_match file (produced after the conforming step)
- Load in the dictionary to merge with
- Click on "Start Merging" button
- Results will be shown on the terminal window