Liking cljdoc? Tell your friends :D
Clojure only.

org.purefn.sentenza.xforms

Common transducers that may be useful in data pipelines.

Common transducers that may be useful in data pipelines.
raw docstring

csv-mapclj

(csv-map)
(csv-map coll)

Converts rows from a CSV file with an initial header row into a lazy seq of maps with the header row keys (as keywords). The 0-arg version returns a transducer.

Converts rows from a CSV file with an initial header row into a
lazy seq of maps with the header row keys (as keywords). The 0-arg
version returns a transducer.
raw docstring

log-countclj

(log-count msg n)

Logs a count of records it's seen with msg every n records.

Logs a count of records it's seen with msg every n records.
raw docstring

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

× close