Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
/ applecard_to_csv Public archive

Parse Apple Credit Card pdf statements for transactions to export as csv

Notifications You must be signed in to change notification settings

brionwolf/applecard_to_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archiving this project: Apple has since released the ability to export Apple Credit Card transactions to csv and ofx.

appleCard to csv

I was frustrated that the Apple Credit Card Statement I get on a monthly basis wasn't being offered in a spreadsheet friendly or data processable way, so I made this script that tries to parse those pdf documents for a list of transactions, and exports them to csv file.

Usage

  • $ python applecard_pdf_to_csv.py
  • > Location of pdf: [exact_path_to/credit_card_statement.pdf]
  • Documents created successfully are saved to a local _export/ directory.

Notes

  • Python Version: 3.8.0 using pyenv
  • One of my main concerns was privacy, so this script does everything locally.

About

Parse Apple Credit Card pdf statements for transactions to export as csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages