Any suggestions on importing MySQL data dump into Confluence 4.1?
The table is a knowledge base, each row is an issue, so I want to create a page for each row. Ideally I'd populate the page title by concatenating the ID and title fields.
Hello Robert,
Instead of importing the data directly into Confluence database (which can be almost impossible to work), I'd strongly recommend you to use remote API available in Confluence - https://developer.atlassian.com/display/CONFDEV/Confluence+XML-RPC+and+SOAP+APIs
Perhaps, create a remote application that goes through each of the data row, and create a page based on this information using remote methods.
-Hanis-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.