This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |