Worldwide produce.

This commit is contained in:
Bryce Covert
2020-08-26 06:39:19 -07:00
parent 19f389c5c9
commit 6fce14ed6a

View File

@@ -156,6 +156,17 @@
:parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas nil]}}
;; WORLDWIDE PRODUCE
{:vendor "Worldwide Produce"
:keywords [#"WORLDWIDE PRODUCE"]
:extract {:date #"([0-9]+/[0-9]+/[0-9]+)"
:customer-identifier #"Bill to.*\n\s*(.*?(?=(\s{2,}|\()))"
:invoice-number #"Invoice No\.\s+(\d+)"
:total #"Total\s+([0-9\.,]+)"
:account-number #"Customer No.\s+(.*?)\s{2}"}
:parser {:date [:clj-time "MM/dd/yy"]
:total [:trim-commas nil]}}
;; AUTO-CHLOR
{:vendor "Auto-Chlor"
:keywords [#"AUTO-CHLOR"]