Liking cljdoc? Tell your friends :D

grapeshot.feed

Read the Grapeshot feed

Read the Grapeshot feed
raw docstring

append-columnsclj

(append-columns row)

Appends empty columns to uneven rows in csv.

Appends empty columns to uneven rows in csv.
raw docstring

discard-bad-idsclj

(discard-bad-ids row)

Removes invalid characters from integer columns.

Removes invalid characters from integer columns.
raw docstring

KNOWN_FEEDSclj


length-equalclj

(length-equal l)

mk-sessionclj

(mk-session item)

Creates a grapeshot session using supplied config. The session should be passed to all grapeshot feed calls.

Creates a grapeshot session using supplied config. The
session should be passed to all grapeshot feed calls.
raw docstring

remove-db-sensitive-symbolsclj

(remove-db-sensitive-symbols row)

Removes database sensitive ${}

Removes database sensitive ${}
raw docstring

scrubclj

(scrub in-item out-item)

truncate-urlsclj

(truncate-urls row)

Truncates urls longer than 512 chars.

Truncates urls longer than 512 chars.
raw docstring

with-sessionclj/smacro

(with-session binding & body)

Establish an FTP connection, bound to client, for the FTP url, and execute the body with access to that client connection. Closes connection at end of body. Keyword options can follow the url in the binding vector. By default, uses a passive local data connection mode. Use [client url :local-data-connection-mode :active] to override.

Establish an FTP connection, bound to client, for the FTP url, and execute the body with
access to that client connection.  Closes connection at end of body.  Keyword
options can follow the url in the binding vector.  By default, uses a passive local data
connection mode.  Use [client url :local-data-connection-mode :active] to override.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close