Hi,
I want to extract Confluence page content as CSV/XML or any similar format. Is there any free plugin or script I could use to achieve it.
Also, is it possible to schedule this job of extraction in Confluence?
Thanks!
I think you're easiest approach would be to extract the data from the Confluence database that stores the pages. The table you want is the "BODYCONTENT" table. That stores the contents of the pages.
On your server, you could schedule a cron job, but I don't think this sort of scheduled job functionality is built into Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you go to Space Operations there is an option for XML export. One caveat is that the XML is pretty obscure ... all of the data is there though. There is also a RSS feed under Space Operations that you could use as well to get at your page content.
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.