royal hawaiian

This commit is contained in:
Bryce Covert
2020-04-17 21:15:40 -07:00
parent 655cfe7067
commit aab1ffd31a

View File

@@ -117,6 +117,16 @@
:multi #"\n"
:multi-match? #"^ [0-9]+"}
;; Royal Hawaiian
{:vendor "Royal Hawaiian"
:keywords [#"ROYAL HAWAIIAN"]
:extract {:date #"([0-9]+/[0-9]+/[0-9]+)"
:customer-identifier #"BILL TO.*\n\s+(.*?(?=(\s{2,}|\()))"
:invoice-number #"Invoice#:\s+([0-9]+)"
:total #"INV TOTAL:\s+([0-9\.,]+)"}
:parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas nil]}}
;; Young's Market Co new statement
{:vendor "Youngs Market"
:keywords [#"YOUNG'S MARKET COMPANY"]