makes royal hawaiian forced to be 2 digit years
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
:customer-identifier #"BILL TO.*\n\s+(.*?(?=(\s{2,}|\()))"
|
||||
:invoice-number #"Invoice#:\s+([0-9]+)"
|
||||
:total #"INV TOTAL:\s+([0-9\.,]+)"}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:parser {:date [:clj-time "MM/dd/yy"]
|
||||
:total [:trim-commas nil]}}
|
||||
|
||||
;; WORLDWIDE PRODUCE
|
||||
|
||||
Reference in New Issue
Block a user