(read-csv data & options)
Reads data from String in CSV-format.
Reads data from String in CSV-format.
(write-csv data & options)
Writes data to String in CSV-format. Accepts the following options: :separator - field separator (default ,) :newline - line separator (accepts :lf or :cr+lf) (default :lf) :quote? - wrap in quotes (default false)
Writes data to String in CSV-format. Accepts the following options: :separator - field separator (default ,) :newline - line separator (accepts :lf or :cr+lf) (default :lf) :quote? - wrap in quotes (default false)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close