Read the Integral feed
Read the Integral feed
(discard-bad-ids row)Removes invalid characters from integer columns.
Removes invalid characters from integer columns.
(mk-session {:keys [host user ssh-key dir download-dir] :as config})Creates an integral session with the given config.
Creates an integral session with the given config.
(scrub in-item out-item)scrubs problematic data from integral feed
scrubs problematic data from integral feed
(scrub-bad-substitutions row)(scrub-null row)(scrub-urls row)Truncates urls longer than 450 chars. Skips rows with no or little data.
Truncates urls longer than 450 chars. Skips rows with no or little data.
(with-session binding & body)Using a session created by mk-session execute the body and
close the session. Note - session cannot be reused after closing.
Example usage:
(with-session [session (mk-session my-config)]
(sftp-file-seq session "."))
Using a session created by `mk-session` execute the body and
close the session. Note - session cannot be reused after closing.
Example usage:
```
(with-session [session (mk-session my-config)]
(sftp-file-seq session "."))
```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 |