;examples: use field matcher in amazon example file

[ci skip]
This commit is contained in:
Simon Michael 2020-02-26 09:45:33 -08:00
parent 99aec9d476
commit ca62312f55

View File

@ -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