Skip to content

khwilo/csv-reconciler

Repository files navigation

CSV Reconciliation Tool

A tool that reads in two CSV files, reconcile the records, and produce a report detailing the differences between the two.

How to run the tool

The code runs on Python3. Clone the repository to your local environment and run the following command on the terminal.

$ python3 main.py -s source.csv -t target.csv -o reconciliation_report.csv

You may rename the output file name to verify the results.

About

Reconcile CSV data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages