ClojureDocs

Nav

Namespaces

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

read-csv

  • (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 \")