Adds Cheetah
This commit is contained in:
@@ -182,6 +182,16 @@
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:total [:trim-commas nil]}}
|
||||
|
||||
;; Cheetah
|
||||
{:vendor "Cheetah"
|
||||
:keywords [#"Truck name" #"Stop number"]
|
||||
:extract {:date #"Delivery date: ([0-9\-]+)"
|
||||
:customer-identifier #"Shipping.*\n(.*)"
|
||||
:invoice-number #"Invoice #: (\d+)"
|
||||
:total #"TOTAL:.*?\$(.*)"}
|
||||
:parser {:date [:clj-time "yyyy-MM-dd"]
|
||||
:total [:trim-commas nil]}}
|
||||
|
||||
;; Classic Wines
|
||||
{:vendor "Classic Wines"
|
||||
:keywords [#"585-9463"]
|
||||
|
||||
Reference in New Issue
Block a user