This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
# tax.py written by Duncan Murray 14/7/2015 | |
# | |
# Step 1 - download all your bank statements in CSV format | |
# then update the raw_files dictionary below | |
# | |
# Step 2 - create a mappings.csv file which maps the start of a | |
# a details column to a mapping, e.g. | |
# Details_string Maps_to Deductible |