1
0
Fork 0

Merge branch 'xactmon-fix-chase'

pull/67/head
Dustin 2025-06-21 14:00:35 -05:00
commit 1ce3e7ef43
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ awk_script = "/etc/xactmon/commerce.awk"
name = "Chase (Amazon Rewards) Visa"
match = "no.reply.alerts@chase.com"
date_fmt = "%b %d, %Y at %-I:%M %p"
regex = 'Account\s*(?P<account>.+)\n\s*Date\s+(?P<date>.+[AP]M).*\n\s*Merchant\s+(?P<description>.+)\n\s*Amount\s+\$(?P<amount>[0-9]+\.[0-9]{2})'
regex = 'Account\s*(?P<account>.+)\n\s*Date\s+(?P<date>.+[AP]M).*\n\s*Merchant\s+(?P<description>.+)\n\s*Amount\s+\$(?P<amount>[0-9]+(?:,[0-9]+)*\.[0-9]{2})'
[[rule]]
name = "HSA Bank"