(csv-row->data {:keys [cols col-separator col-parser]})
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close