Home

Awesome

ultra-csv

A smart reader for CSV files.

Features

Installation

ultra-csv is available as a Maven artifact from Clojars:

In your project.clj dependencies for leiningen:

Clojars Project

Usage

(def csv-seq (ultra-csv/read-csv "/my/path/to.csv"))

More documentation forthcoming, for now you can use the quite exhaustive docstrings in the API Documentation.

cljdoc badge

License

Copyright © 2014-2019 Nils Grunwald

Distributed under the Eclipse Public License, the same as Clojure.