I'm looking to export a space, ideally in a CSV formatted that will list out:
-Title
-Author
-User who last updated
-Date of last update
This information must be accessible, but it's hard to find through the HTML and XML exports. I've been researching ways to extract the information, seeing if there are any plugins or file type converters, but no luck.
The other issue is that the space is over 4gb, so any type of conversion to CSV just seems like it times out and fails. Here are the types of tips I'm looking for:
-Using excel to extract the clean data for those topics I listed
-Any plugins that will export in CSV format
-The APIs to use in order to export the data
Thanks in advance - please let me know if there is anything I can clarify.
Hi Ginette,
You can use the Script Console of ScriptRunner for Confluence to create a CSV export of a space.
What you could even do is create a Script Macro that take the space key as parameter and then just exports it. The properties you specified are all part of a page that you can fetch using the PageManager.
Let me know if you need any help doing it so.
Cheers,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.