From 58c34715e2b2910051b703ded162c615f96c3db9 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 26 Oct 2023 21:24:35 -0700 Subject: [PATCH] moves youngs market to RNDC --- src/clj/auto_ap/parse/templates.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/auto_ap/parse/templates.clj b/src/clj/auto_ap/parse/templates.clj index ab43ca87..181e6639 100644 --- a/src/clj/auto_ap/parse/templates.clj +++ b/src/clj/auto_ap/parse/templates.clj @@ -254,7 +254,7 @@ :total [:trim-commas-and-negate nil]}} ;; Young's Market Co new statement - {:vendor "Youngs Market" + {:vendor "RNDC" :keywords [#"(YOUNG'S MARKET COMPANY|Young.*Statement)"] :extract {:date #"([0-9]+/[0-9]+/[0-9]+)" :customer-identifier #"Customer Name +([\w ]+)" @@ -266,7 +266,7 @@ :multi-match? #"^[0-9]+.*\$?([0-9,]+\.[0-9]+).*\$?([0-9,]+\.[0-9]+)"} ;; Young's Market Co - INVOICE - {:vendor "Youngs Market" + {:vendor "RNDC" :keywords [#"P.O.Box 743564"] :extract {:date #"(?:INVOICE|CREDIT) DATE\n(?:.*?)(\S+)\n" #_#_:customer-identifier #"(?:INVOICE|CREDIT) DATE\n [0-9]+\s+(.*?)\s{2,}"