tweaks
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
(comp (drop 1)
|
||||
(map (fn [row]
|
||||
(into {} (map vector header row))))
|
||||
(filter (fn [row]
|
||||
(and (not (str/blank? (get row "Invoice Date")))
|
||||
(not (str/blank? (get row "Orig Amt")))
|
||||
(not (str/blank? (get row "Inv #"))))))
|
||||
(map (fn [row]
|
||||
{:vendor-code nil
|
||||
:customer-identifier nil
|
||||
|
||||
Reference in New Issue
Block a user