Converts Amazon's current Order History CSV export format to the legacy column format expected by Tiller Money.
- Renames columns that Amazon recently changed (e.g.
Total Amount→Total Owed) - Reorders columns to match Tiller's expected layout
- Sorts rows by Order Date descending
- Outputs a clean, fully-quoted CSV
Python 3 (no third-party packages needed)
- Download your order history from Amazon: Account & Lists → Download Order History
- Place the exported folder so the CSV is at:
~/Downloads/Your Orders/Your Amazon Orders/Order History.csv - Run the script:
python3 "Amazon CSV Fix.py" - Find the fixed file at:
~/Downloads/Order History (fixed).csv
Works on macOS, Windows, and Linux without modification.