Skip to content

Instantly share code, notes, and snippets.

@Enquier
Enquier / chase_amazon_parse.py
Last active March 27, 2023 03:37
Chase Amazon Credit Card Statement Parser
chase_amazon_parse.ot -- Convert Chase credit card statements from PDF to CSV. Written
# to easily import older statements into any financial software that supports CSV import,
#. Most importantly it parses your Amazon order numbers so you can compare them with Amazon.com
# for budgeting and planning. This is a Python port of the most excellent chasepdf2csv by ivy evans
#
# How to Use
# ----------
# This script requires Python >3.0.0 and pdftotext.
#
# ISC License