Hi everyone,
I am using Confluence database to create a glossary of terms for my company. Within the database, for each term I have added a Confluence Page field to associate to any given term the page links.
Wanting to use the raw data from the database, I tried a database export and noticed that the page links are not being export, rather it is the page title which is being exported.
Confluence displays internal links within the following HTML tags:
<a href="<page_link>">...<span class="text"><page_title></span></a>
but when exporting it returns <page_title> rather than <page_link>.
This obviously makes the feature irrelevant for processing the raw format as there is no simple way to get the page using the title alone.
I think this may be a feature issue when exporting to CSV rather than something that I have not configured properly.
I'd be happy if you have work-around or if this can be added in future releases.
Hi @David D_ and welcome to the community.
I think that's a limitation of a CSV file.
Workaround:
Hope this helps.
Disclaimer: I didn't know that before I actually tried - learned something new today :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.