A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clojure.github.io/data.csv/ below:

clojure.data.csv - data.csv 1.0.2-SNAPSHOT API documentation

API for clojure.data.csv -

Full namespace name:

clojure.data.csv Overview
Reading and writing comma separated values.

Public Variables and Functions
read-csvfunction
Usage: (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-csvfunction
Usage: (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

Logo & site design by

Tom Hickey

.

Clojure auto-documentation system by Tom Faulhaber.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4