Skip to content

Scripts to convert financial statements to the Tiller format

Notifications You must be signed in to change notification settings

Paradosso/tiller-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

You use Tiller Money and also use Apple Card, but Apple does not yet support OFX to automatically import your transaction into Tiller. Oh noes! This script helps you import your Apple transactions into Tiller.

Workflow:

  1. Download your Apple Card transactions in csv format (instructions here).
  2. From the command line, navigate to the root of this repo
  3. From the command line, issue the command: python apple-card.py inpufilenames - tillerize --output outputfilename.csv --last4 1234

where:

  • inputfilenames is one or more of your exported Apple Card statements in csv format (if more than one, they will be concatenated in one output)
  • outputfilename.csv is where the ready-for-Tiller csv will be
  • 1234 (optional) are the last 4 digits of your Apple Card if you care about having them right in the output csv

You can then open outputfilename.csv, copy your transactions, and paste them in the Transactions worksheet of your Tiller workbook as explained here, sort all transactions by date, edit categories, etc.

About

Scripts to convert financial statements to the Tiller format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages