trims commas
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
:customer-identifier #"(.*?)(?:\s+)Invoice #"
|
||||
:date #"Invoice Date\s{2,}([0-9]+/[0-9]+/[0-9]+)"
|
||||
:invoice-number #"Invoice #\s+(\d+)"}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]}}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:total [:trim-commas nil]}}
|
||||
|
||||
;; GGM
|
||||
{:vendor "Golden Gate Meat Company, Inc"
|
||||
|
||||
Reference in New Issue
Block a user