Skip to main content

write-csv

function

clojure.data.csv/write-csv

Available in:BBCLJ
(write-csv [writer data & options])
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)

No examples yet. Be the first to add one!

Categories

See Also