Skip to content

rng-hack/mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mesh

Clojure library for importing csv and tsv files.

Automatically converts csv/tsv fields into standard Clojure data types.

Lein

Add the following dependency to your project.clj file:

[mesh "0.0.2"]

Require

(ns new-project
  (:require [mesh.core] :as mesh))

Usage

(def file-path "/myfile.csv")

(mesh/import-file file-path)

License

Copyright © 2017 rnghack@gmail.com

Distributed under the Apache License, version 2.

About

clojure library for importing csv & tsv files

Resources

License

Stars

Watchers

Forks

Packages

No packages published