changes.
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
(first (map second (re-seq v full-text))))
|
||||
str/trim )
|
||||
[value-parser parser-params] (-> template :parser k)]
|
||||
(assoc result k (try (u/parse-value value-parser parser-params value)
|
||||
(assoc result k (try
|
||||
(println "applying parser" value-parser "to value" value)
|
||||
(u/parse-value value-parser parser-params value)
|
||||
(catch Exception e
|
||||
(println e))))))
|
||||
{:vendor-code (:vendor template)
|
||||
|
||||
Reference in New Issue
Block a user