Clojure library for importing csv and tsv files.
Automatically converts csv/tsv fields into standard Clojure data types.
Add the following dependency to your project.clj file:
[mesh "0.0.2"]
(ns new-project
(:require [mesh.core] :as mesh))
(def file-path "/myfile.csv")
(mesh/import-file file-path)
Copyright © 2017 [email protected]
Distributed under the Apache License, version 2.