Adds the water pros
This commit is contained in:
@@ -264,6 +264,16 @@
|
|||||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||||
:total [:trim-commas nil]}}
|
:total [:trim-commas nil]}}
|
||||||
|
|
||||||
|
;; THE WATER PROS
|
||||||
|
{:vendor "The Water Pros"
|
||||||
|
:keywords [#"The Water Pros, Inc"]
|
||||||
|
:extract {:date #"DATE\s+([0-9]+/[0-9]+/[0-9]+)"
|
||||||
|
:customer-identifier #"BILL TO.*\n(.*?)(?=\s{2,})"
|
||||||
|
:invoice-number #"INVOICE #\s+(\w+)"
|
||||||
|
:total #" TOTAL\s+([0-9,]+\.[0-9]{2})"}
|
||||||
|
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||||
|
:total [:trim-commas nil]}}
|
||||||
|
|
||||||
;; REGAL
|
;; REGAL
|
||||||
{:vendor "Regal Wine Co"
|
{:vendor "Regal Wine Co"
|
||||||
:keywords [#"REGAL WINE"]
|
:keywords [#"REGAL WINE"]
|
||||||
|
|||||||
Reference in New Issue
Block a user