lots of new fixes.
This commit is contained in:
@@ -174,6 +174,15 @@
|
||||
:multi #"\n"
|
||||
:multi-match? #"^\s+.*?\d{6,}.*?\$"}
|
||||
|
||||
{:vendor "General Produce Company"
|
||||
:keywords [#"generalproduce.com"]
|
||||
:extract {:date #"INVOICE DATE.*\n.*?([0-9]+/[0-9]+/[0-9]+)"
|
||||
:customer-identifier #"SHIP TO.*\n.*\n\s+(.*?)\s{2,}"
|
||||
:invoice-number #"INVOICE NO.*\n.*?(\d{7,}?)\s+"
|
||||
:total #"TOTAL\s+([\-0-9,]+\.[0-9]+)"}
|
||||
:parser {:date [:clj-time "MM/dd/yy"]
|
||||
:total [:trim-commas-and-negate nil]}}
|
||||
|
||||
;; Young's Market Co new statement
|
||||
{:vendor "Youngs Market"
|
||||
:keywords [#"(YOUNG'S MARKET COMPANY|Young.*Statement)"]
|
||||
|
||||
Reference in New Issue
Block a user