Skip to main content

read-csv

function

clojure.data.csv/read-csv

Available in:BBCLJ
(read-csv [input & options])
Reads CSV-data from input (String or java.io.Reader) into a lazy sequence of vectors. Valid options are :separator (default \,) :quote (default \")

No examples yet. Be the first to add one!

Categories

See Also