Adds the water pros

This commit is contained in:
2021-06-16 07:58:00 -07:00
parent 0bb95b3b9b
commit 9867c58d86

View File

@@ -264,6 +264,16 @@
:parser {:date [:clj-time "MM/dd/yyyy"]
: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
{:vendor "Regal Wine Co"
:keywords [#"REGAL WINE"]