template for sushi.
This commit is contained in:
@@ -736,15 +736,15 @@
|
|||||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||||
:total [:trim-commas-and-negate nil]}}
|
:total [:trim-commas-and-negate nil]}}
|
||||||
{:vendor "Reel Produce"
|
{:vendor "Reel Produce"
|
||||||
:keywords [#"reelproduce.com" #"Statem"]
|
:keywords [#"Reel Produce" #"Statem"]
|
||||||
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"
|
:extract {:date #"\s*([0-9]+\-[0-9]+\-[0-9]+)"
|
||||||
:customer-identifier #"ELECTRONICALLY.*\n\s*(.*?)\s{2,}"
|
:customer-identifier #"Customer.*\n(.*?)\n"
|
||||||
:invoice-number #"#(\d+)"
|
:invoice-number #"^(\d+)"
|
||||||
:total #"([\d\-,]+\.\d{2,2})"}
|
:total #"([\d\-,]+\.\d{2,2})"}
|
||||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
:parser {:date [:clj-time "yyyy-MM-dd"]
|
||||||
:total [:trim-commas-and-negate nil]}
|
:total [:trim-commas-and-negate nil]}
|
||||||
:multi #"\n"
|
:multi #"\n"
|
||||||
:multi-match? #"INV #"}
|
:multi-match? #"^\d+"}
|
||||||
{:vendor "Paulino's Bakery"
|
{:vendor "Paulino's Bakery"
|
||||||
:keywords [#"paulinosbakery"]
|
:keywords [#"paulinosbakery"]
|
||||||
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"
|
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"
|
||||||
|
|||||||
Reference in New Issue
Block a user