Skip to content

turnepf/amazon-csv-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Amazon CSV Fix

Converts Amazon's current Order History CSV export format to the legacy column format expected by Tiller Money.

What it does

  • Renames columns that Amazon recently changed (e.g. Total AmountTotal Owed)
  • Reorders columns to match Tiller's expected layout
  • Sorts rows by Order Date descending
  • Outputs a clean, fully-quoted CSV

Requirements

Python 3 (no third-party packages needed)

Usage

  1. Download your order history from Amazon: Account & Lists → Download Order History
  2. Place the exported folder so the CSV is at: ~/Downloads/Your Orders/Your Amazon Orders/Order History.csv
  3. Run the script:
    python3 "Amazon CSV Fix.py"
  4. Find the fixed file at: ~/Downloads/Order History (fixed).csv

Platform support

Works on macOS, Windows, and Linux without modification.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages