mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;examples: use field matcher in amazon example file
[ci skip]
This commit is contained in:
parent
99aec9d476
commit
ca62312f55
@ -31,6 +31,6 @@ amount2 %amzamount
|
||||
# Commas in the data makes counting fields hard, so count from the right instead.
|
||||
# (Regex translation: "a field containing a non-zero dollar amount,
|
||||
# immediately before the 1 right-most fields")
|
||||
if ,\$[1-9][.0-9]+(,[^,]*){1}$
|
||||
if %fees [1-9]
|
||||
account3 expenses:fees
|
||||
amount3 %fees
|
||||
|
Loading…
Reference in New Issue
Block a user