Liking cljdoc? Tell your friends :D
Clojure only.

nd-db.csv


csv-row->dataclj

(csv-row->data &
               {:keys [header separator col-parser drop-n skip-last?]
                :or {drop-n 0 col-parser identity}})

Closes over the header, returning a function that takes a row and returns a resulting map with keyword keys from header.

optional param :col-parser is a function that can be used to parse individual columns.

Closes over the header, returning a function that takes a row and
returns a resulting map with keyword keys from header.

optional param :col-parser is a function that can be used to parse
individual columns.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close