Hi All,
Is it possible to export the Spaces names into a spreadsheet? Possibly a macro or plugin? (without having to copy every single name click by click from confluence)
Thanks,
TJ
Hi TJ,
This might prove to be difficult, since the content from Confluence export will not necessaly be on a table. The best thing I can think of would be to export the data to XML and import it to Excel.
Hi TJ,
You can export the results of the query below to a XLS spreadsheet which will contain just the spacenames:
SELECT spacename FROM spaces INTO OUTFILE 'path_to_file/example.txt';
Cheers,
Rodrigo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can do the XML export. First, find the space you want to export. When you are on it, click on Browse (upper menu) > Space Admin > Space Operations and then XML export.
Hope this helps! :)
Cheers!
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.