General namespace with user-friendly API.
General namespace with user-friendly API.
(parse src columns)
Parse a source which might be a file, an input stream, a path to a file, etc (enything that io/input-stream accepts). The columns is a vector of keywords with type names like :integer, :text, and so on (see readme). Return a vector of parsed rows.
Parse a source which might be a file, an input stream, a path to a file, etc (enything that io/input-stream accepts). The columns is a vector of keywords with type names like :integer, :text, and so on (see readme). Return a vector of parsed rows.
(parse-seq input-stream columns)
Lazily parse an input stream with a binary COPY payload.
Return a lazy sequence of vectors. Must be called within
the with-open
macro. The columns is a vector of keywords
with type names like :integer, :text, and other (see readme).
Lazily parse an input stream with a binary COPY payload. Return a lazy sequence of vectors. Must be called within the `with-open` macro. The columns is a vector of keywords with type names like :integer, :text, and other (see readme).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |