Processing an Amazon orders file for budgeting purposes.
Log in to Amazon.com, click on account & lists in the top right, then Download order reports. Download a report of type items and place it in the data/raw/ directory.
The script expects a categories.csv file for sensible budgeting categories in the data/lookup/ folder.
There is a make file with basic functions ... it's a bit problematic, but demonstrates commands you will need.
Help:
make help
Build:
make build-all
Run:
make run
Files will be generated to the data/processed/ folder.