mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
examples: a rules file I never added
This commit is contained in:
parent
006ef0974e
commit
d08a97c29e
20
examples/sample.csv.rules
Normal file
20
examples/sample.csv.rules
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user