Make bigoli work
This commit is contained in:
@@ -170,10 +170,10 @@
|
||||
;; GOLDEN BRANDS
|
||||
{:vendor "Bigoli Fresh Pasta"
|
||||
:keywords [#"bigolifreshpasta.com"]
|
||||
:extract {:date #"INVOICE #.*?\n.*?([0-9]+/[0-9]+/[0-9]+)" ;; HOW TO GO TO SPCIFIC LINE
|
||||
:customer-identifier #"BILL TO.*\n\s+(.*?)\s{2,}"
|
||||
:invoice-number #"INVOICE #.*?\n(\d+)"
|
||||
:total #" TOTAL\s+([0-9,]+\.[0-9]{2})"}
|
||||
:extract {:date #"Invoice Date.*?([0-9]+/[0-9]+/[0-9]+)" ;; HOW TO GO TO SPCIFIC LINE
|
||||
:customer-identifier #"BILL TO.*\n\s*(.*?)\s{2,}"
|
||||
:invoice-number #"Invoice #.*?(\d+)"
|
||||
:total #" BALANCE DUE\s+(?:\$)?([0-9,]+\.[0-9]{2})"}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:total [:trim-commas nil]}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user