Handle pound sign in csvs
This commit is contained in:
parent
9f003834a9
commit
dc765f87e6
@ -22,6 +22,7 @@
|
||||
header-rows]
|
||||
:or {header-rows 1}}]
|
||||
(->> (slurp filename)
|
||||
(#(string/replace % #"#" ""))
|
||||
(csv/read-csv)
|
||||
(drop header-rows)
|
||||
(map (fn [row]
|
||||
|
Loading…
Reference in New Issue
Block a user