Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created March 27, 2019 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmichael/b841ba89aaf3520458ec3a1950c80436 to your computer and use it in GitHub Desktop.
Save simonmichael/b841ba89aaf3520458ec3a1950c80436 to your computer and use it in GitHub Desktop.
hledger CSV rules for CSV downloaded from Plaid
include common.rules
include plaid.rules
account1 sm:assets:bank:wf:pchecking
# common rules for plaid2qif CSV downloads
skip 1
fields date,amount,description
currency $
newest-first
amount -%amount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment