;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.
|
# Commas in the data makes counting fields hard, so count from the right instead.
|
||||||
# (Regex translation: "a field containing a non-zero dollar amount,
|
# (Regex translation: "a field containing a non-zero dollar amount,
|
||||||
# immediately before the 1 right-most fields")
|
# immediately before the 1 right-most fields")
|
||||||
if ,\$[1-9][.0-9]+(,[^,]*){1}$
|
if %fees [1-9]
|
||||||
account3 expenses:fees
|
account3 expenses:fees
|
||||||
amount3 %fees
|
amount3 %fees
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user