Read the Grapeshot feed
Read the Grapeshot feed
(append-columns row)
Appends empty columns to uneven rows in csv.
Appends empty columns to uneven rows in csv.
(discard-bad-ids row)
Removes invalid characters from integer columns.
Removes invalid characters from integer columns.
(length-equal l)
(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.
(remove-db-sensitive-symbols row)
Removes database sensitive ${}
Removes database sensitive ${}
(scrub in-item out-item)
(truncate-urls row)
Truncates urls longer than 512 chars.
Truncates urls longer than 512 chars.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close