improvements
This commit is contained in:
@@ -746,9 +746,9 @@
|
||||
:multi #"\n"
|
||||
:multi-match? #"INV #"}
|
||||
{:vendor "Paulino's Bakery"
|
||||
:keywords [#"Paulino's Bakery" #"Statement"]
|
||||
:keywords [#"paulinosbakery"]
|
||||
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"
|
||||
:customer-identifier #"To:\s*\n\s+(.*?)\s{2,}"
|
||||
:customer-identifier #"831-333-1010\s*\n\s+(.*?)\s{2,}"
|
||||
:invoice-number #"INV #(\d+)"
|
||||
:total #"INV #(?:.*?)\s{2,}([\d\-,]+\.\d{2,2}+)"}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
|
||||
Reference in New Issue
Block a user