Get the Confluence Storage Format
The Confluence Storage Format is the technical under-the-hood view of a Confluence page. It’s what WikiTraccs “sees” and transforms when performing the Confluence to SharePoint migration.
How to view the storage format for a Confluence page? Two options.
Option 1: Use the browser to view the storage format
Note
This option is only available when the Confluence Source Editor plugin has been installed.Here’s the Atlassian documentation on how to view the storage format: How to retrieve Confluence Storage Format
It boils down to this:

Open a page, choose the three-dot-menu, and choose "View Storage Format".
A new window will open showing the storage format.
If this option is not available, continue with the next section.
Option 2: Configure WikiTraccs.GUI to save the storage format to disk
WikiTraccs knows the storage format of each page it migrates from Confluence to SharePoint.
The storage format by default is only kept in memory and not persisted to a file.
Here’s how to tell WikiTraccs to store the storage format of every page to a file:
Note
Below instructions assume that you did not create appsettings.json before. However, if the file is already present, the additional configuration option needs to be added at the right place. Have a look at the Settings page for documentation of the correct format.- Open the WikiTraccs.GUI folder (this is the folder where WikiTraccs.GUI.exe is stored as well)
- Create an empty file appsettings.json inside the WikiTraccs.GUI folder
- Open the appsettings.json file in a text editor and put the following text in there:
{ "CustomSettings": { "Debug": { "SaveTransformationInputToDisk": true } } }
- Save appsettings.json
- If WikiTraccs.GUI is open: close it and any other (console) windows it opened
- Open WikiTraccs.GUI and start a migration
Note
When you need to get the storage format of a page that has already been migrated before, you have to delete the already existing page in SharePoint first. Otherwise WikiTraccs won’t migrate this page again.WikiTraccs now stores the storage format for every newly migrated page in a file, in the attachment registry.
The attachment registry is a folder where attachments from Confluence are downloaded to, while migrating. You can find it in the AppData folder of your user account.
The attachment registry path for a Confluence page looks like C:\Users\<username>\AppData\Local\WikiTraccs\<confluenceuserkey>\<confluencebaseurl>\Attachments\<pageid>
.
Here’s an example screenshot:

Attachment registry path for Confluence page 118587415.
Note
The screenshot above uses the app Everything from voidtools to locate the storage format file. It provides instant search results and is perfect for finding those files and folders by page ID.The storage format for a page is stored in a file that is named like xhtml_before-<spacekey>-<pageid>.xml
.
Now you can access the storage format for every page that is part of your Confluence to SharePoint migration.