掲示板

Help importing large amounts Wiki content (that isn't in .lar format)

11年前 に Calvin Pert によって更新されました。

Help importing large amounts Wiki content (that isn't in .lar format)

New Member 投稿: 5 参加年月日: 12/10/19 最新の投稿
Hello.

I'm an experienced systems architect. Our project is using Liferay to develop a data dictionary for a national client.

To initialize the Liferay Wiki, we need to load hundreds (and hundreds) of pages based on exports from various data sources. Would anybody have a suggestion as to how we can do this?

I'm hoping we'd be able to create an import file, and import the hundreds of Wiki pages in the same manner as if it was a .lar file.

I hope you can help. Thanks.
11年前 に Calvin Pert によって更新されました。

RE: Help importing large amounts Wiki content (that isn't in .lar format)

New Member 投稿: 5 参加年月日: 12/10/19 最新の投稿
Eh guys.. one more thing.
We'd be willing to import the pages from the database back-end if necessary- provided it could be done without affecting the data integrity.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Help importing large amounts Wiki content (that isn't in .lar format)

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
If there's no inter-page links within the content (external links are OK), the best way is probably to develop an importer program. This can be done by external program using liferay's web service interface or by developing a portlet to import a file.
11年前 に Calvin Pert によって更新されました。

RE: Help importing large amounts Wiki content (that isn't in .lar format)

New Member 投稿: 5 参加年月日: 12/10/19 最新の投稿
Thanks. It looks hopeful that we'll be able to use the "Portlet_Wiki_WikiPageService" web service, because I found things in there like an AddPage method.

Would there be an example of how to use use it- to expedite the learning curve? For example, I'm not sure where to derive the Node ID, or the service.context ?

PS. We were hoping actually to be able to use a DocBooks.xml.
11年前 に Calvin Pert によって更新されました。

RE: Help importing large amounts Wiki content (that isn't in .lar format) (回答)

New Member 投稿: 5 参加年月日: 12/10/19 最新の投稿
I tried everything, and found it more struggle then it was worth.

In the end, we used an automated testing tool.