API for clojure.data.csv - data.csv 1.0.2-SNAPSHOT (in development)
Full namespace name: clojure.data.csv
Overview
Project home page is https://github.com/clojure/data.csv/
Reading and writing comma separated values.
Public Variables and Functions
read-csv
functionUsage: (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 \")Source
write-csv
functionUsage: (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)Source
Copyright 2007-2023 by Rich Hickey and the various contributors
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.
Clojure auto-documentation system by Tom Faulhaber.
