ClojureDocs

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

clojure.data.csv

Reading and writing comma separated values.
Vars in clojure.data.csv

r

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

w

write-csv
Writes data to writer in CSV-format. Valid options are :separator (Default ,円) :quote (Default \") :quote? (A predicate function which determines if a string should be quoted. Defaults to quoting only when necessary.) :newline (:lf (default) or :cr+lf)

AltStyle によって変換されたページ (->オリジナル) /