Skip to content

Instantly share code, notes, and snippets.

View metasoarous's full-sized avatar
💻

Christopher Small metasoarous

💻
View GitHub Profile
@metasoarous
metasoarous / gist:20454f412ac4c62bae58
Last active August 29, 2015 14:22 — forked from dchelimsky/gist:682310d2bc9826357911
Sketching out semantic-csv sniffer
diff --git a/src/semantic_csv/core.clj b/src/semantic_csv/core.clj
index bfb3972..6f780cb 100644
--- a/src/semantic_csv/core.clj
+++ b/src/semantic_csv/core.clj
@@ -213,6 +213,19 @@
;; pipeline.
+;; input - lazy seq of rows
+;; out - map of col-names to casting-fns