Imports from another Software
Explanation
XWiki provides multiple ways to import content from other wiki platforms, depending on the source wiki. These options range from dedicated import tools to manual content migration. The most complete and recommended solution is the Filter Application. This application provides a generic framework for importing content into XWiki and supports multiple data formats through specialized modules. For example, there is a dedicated module for importing wiki Pages from Confluence, which allows you to import Pages exported from Confluence (typically as XML) into XWiki. Both theĀ Filter Application and the Confluence import module are not bundled in XS and must be installed separately as extensions.
When you export content from another wiki software and import it into XWiki using such tools, the content can be converted into XWiki syntax, allowing you to benefit from native XWiki features such as macros, rendering, etc.
There are also various extensions related to importing wiki content that address specific migration scenarios or formats. These extensions may offer partial solutions depending on the source wiki and the desired outcome.
In addition to wiki-to-wiki migration tools, there are also several extensions related to importing data into XWiki (e.g. batch imports). These extensions support importing content from various external data sources, such as:
- Microsoft Excel
- CSV
- SharePoint Blogs
FAQ
Why should I use import tools instead of manually copying content from another wiki?
While manual copy-paste is possible, import tools are generally preferred because they better support automated conversion and preserve Page structure when migrating larger amounts of content.