Skip to content

Commit

Permalink
examples: a rules file I never added
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 6, 2019
1 parent 006ef09 commit d08a97c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/sample.csv.rules
@@ -0,0 +1,20 @@
# hledger csv conversion rules for sample.csv
# cf http://hledger.org/manual#csv-files

account1 assets:bank:checking

fields date, description, amount

#skip 1

#date-format %-d/%-m/%Y
#date-format %-m/%-d/%Y
#date-format %Y-%h-%d

#currency $

if ITUNES
account2 expenses:entertainment

if (TO|FROM) SAVINGS
account2 assets:bank:savings

0 comments on commit d08a97c

Please sign in to comment.