Liking cljdoc? Tell your friends :D

cloudship.util.csv


csv-stringclj

(csv-string maps)
(csv-string maps
            {:keys [describe-client object header header-sort prepend-header]
             :as opts})
source

default-optsclj

source

parse-csvclj

(parse-csv csv-string)
(parse-csv csv-string {:keys [describe-client sdl object] :as opts})

Parses a csv-string with the given options. Also attaches the original header as metadata to the result seq

Parses a csv-string with the given options. Also attaches the original header as metadata to the result seq
sourceraw docstring

read-csvclj

(read-csv file)
(read-csv file opts)

Reads a csv file eagerly into a seq of maps.

Reads a csv file eagerly into a seq of maps.
sourceraw docstring

write-csvclj

(write-csv file table)
(write-csv file table opts)

Writes a seq of maps as csv.

Writes a seq of maps as csv. 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close