Page 1 of 1

Document migration from OpenKM to other CMS

PostPosted:Fri Jan 20, 2023 11:19 am
by boodlefin
How to migrate approx . 2000 documents & its metadata from Openkm community opensource to any other CMS e.g. Oracle webcenter.

Is their a freeware or paid tools that can help achieve it ?

Re: Document migration from OpenKM to other CMS

PostPosted:Sat Feb 18, 2023 9:22 am
by jllort
OpenKM comes with repository exporter feature. All the data will be exported to the file system and metadata in a json file -> this is one way.
The second way is using the REST API ... iterating across the entire repository and in the same logic connect both applications

useful documentation:
* https://docs.openkm.com/kcenter/view/ok ... xport.html
* https://docs.openkm.com/kcenter/view/ok ... agger.html
* https://docs.openkm.com/kcenter/view/sdk4j-1.4/