royal hawaiian
This commit is contained in:
@@ -117,6 +117,16 @@
|
|||||||
:multi #"\n"
|
:multi #"\n"
|
||||||
:multi-match? #"^ [0-9]+"}
|
: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
|
;; Young's Market Co new statement
|
||||||
{:vendor "Youngs Market"
|
{:vendor "Youngs Market"
|
||||||
:keywords [#"YOUNG'S MARKET COMPANY"]
|
:keywords [#"YOUNG'S MARKET COMPANY"]
|
||||||
|
|||||||
Reference in New Issue
Block a user