Handle pound sign in csvs

This commit is contained in:
Jeremy Dormitzer 2018-06-14 09:58:01 -04:00
parent 9f003834a9
commit dc765f87e6

View File

@ -22,6 +22,7 @@
header-rows]
:or {header-rows 1}}]
(->> (slurp filename)
(#(string/replace % #"#" ""))
(csv/read-csv)
(drop header-rows)
(map (fn [row]