tons of bug fixes
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
[_ _ value]
|
||||
(str/replace value #"," "")
|
||||
)
|
||||
(defmethod parse-value :trim-commas-and-remove-dollars
|
||||
[_ _ value]
|
||||
(str/replace (str/replace value #"," "") #"\$" ""))
|
||||
|
||||
(defmethod parse-value :trim-commas-and-negate
|
||||
[_ _ value]
|
||||
|
||||
Reference in New Issue
Block a user