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