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]