CSV Reconciliation is a Python tool for reconciling data in CSV files. It allows you to compare two CSV files and generate a reconciliation report.
- Compare data in source and target CSV files
- Generate a reconciliation report in CSV format
Make sure you have the following installed on your system:
- Python 3.x
-
Clone the repository:
git clone https://github.com/kasambuli/csv-reconciler.git
-
Navigate to the project directory:
cd csv-reconciliation
Run the reconciliation script with the following command:
python3 csv_reconciller.py -s source.csv -t target.csv -o reconciliation_report.csv
Replace source.csv, target.csv, and reconciliation_report.csv with your actual file names.