From 6d10e4abb2a25c510cef39538135dac19527522a Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 22 Feb 2020 10:28:37 -0800 Subject: [PATCH] Fix for DVW --- src/clj/auto_ap/parse/templates.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/parse/templates.clj b/src/clj/auto_ap/parse/templates.clj index 4956f275..b3e7f1af 100644 --- a/src/clj/auto_ap/parse/templates.clj +++ b/src/clj/auto_ap/parse/templates.clj @@ -325,7 +325,7 @@ :date [#"Date" 0 0 #"Date: (.*)"] :invoice-number [#"Invoice #" 0 0 #"Invoice #: (.*)"]}} {:vendor "DVW Commercial" - :keywords [#"Thank you!!!"] + :keywords [#"Total for" #"Num"] :extract (fn [wb vendor] (let [[sheet] (d/sheet-seq wb)] (transduce (comp (filter (fn [c]