A quick hack to export documents from a content store via CMIS.
Start a REPL and use it from there.
(require '[clojure.java.io :as io])
(with-open [writer (io/writer "export/ebooks.csv")]
(write-ebook-numbers writer (extract-ebook-numbers "username" "password")))
(extract-content "username" "password")
You might want to adapt the default values that are hard coded at the
top of core.clj
.
- Apache Chemistry CMIS Code Samples
- OpenCMIS Client API Developer's Guide
- CMIS Query Language
- Apache Chemistry CMIS Workbench
Copyright © 2018 Swiss Library for the Blind, Visually Impaired and Print Disabled.
Distributed under the GNU Affero General Public License. See the file LICENSE.