Importing Pages from Disk to space fails. I'm doing migration from mediawiki and I've successfully dumped all wiki pages and converted them to Confluence wiki markup format.
When I do import, Confluence treats pages as HTML that causes them to render as a long one row. I've tested manually by copy-pasting converted pages and markup is ok, because pages render flawlessly in editor.
Is it possible somehow force confluence to process impoted pages as confluence wiki markup? I think that would solve this issue.
I managed to solve this issue from the command line: https://marketplace.atlassian.com/plugins/org.swift.confluence.cli using the storePage command.
Command:
./confluence.sh --server http://localhost:8090--action storePage --user admin --password asdfd --space ds --title main --file /home/marian/work/uwc/output/output/main
Page updated: 'main'. Page has id: 557059
I'm having a similar problem :S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I am having a similar problem except in my case I was trying to import word docs using the office connector which I found unreliable when splitting documents via the headings so instead I am coverting them to wiki markup and then trying to import them from disk and as you are finding the function is looking for HTML and not wiki markup. I hope you find an answer for this. Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.