Created
February 8, 2017 21:10
-
-
Save linuxcaffe/ed8439525f4767c22f12b5a4c2cedce0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
; PCF csv rules file | |
; Date, Transaction Details, Funds Out, Funds In | |
; 01/04/2016,POS MERCHANDISE FOODLAND #6737,11.97, | |
; 01/11/2016,POS MERCHANDISE FOODLAND #6737,42.01, | |
; 01/11/2016, ABM DEPOSIT,,141.98 | |
; 01/11/2016,POS MERCHANDISE HOME COMPUTER,11.30, | |
skip 1 | |
date-format %m/%d/%Y | |
fields date, description, amount-out, amount-in | |
account1 assets:PCF:chequing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment