All Projects → ngrunwald → ultra-csv

ngrunwald / ultra-csv

Licence: other
All in one pixie fairy sparkling Clojure tool for easily reading and writing csv files

Programming Languages

clojure
4091 projects
shell
77523 projects

ultra-csv

A smart reader for CSV files.

Features

  • Smart statistical heuristics to guess pretty much anything about your csv file, from delimiter to quotes and whether a header is present
  • Handles for you the boring but dangerous stuff, like encoding detection and bom skipping if present, but also embedded new lines and quote escaping
  • Uses Prismatic Schema to coerce the numerical values that have been recognised. The types and coercions can be extended by the user to dates, phone numbers, etc. and the inputs can be validated
  • Designed to be both very easy to use in an exploratory way to get a quick feel for the data, and then be put into production with almost the same code
  • Special tools to use the parsing features of ultra-csv inside environments where you access the data line by line as Strings, like Hadoop

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].