Keywords: Spotfire; collaboration conversations; analysis
When collaboration conversations are added to an analysis, these conversations are stored in an XML file within the DXP. Using a compression utility like 7-zip, open the DXP as an archive. The conversations are located in the /Bookmarks directory as XML files. The XML files are not named intuitively, but they would show the modified date of when the conversation was created.
The XML file contains the text used as well as information regarding the user, analysis, and data tables:
<?xml version="1.0" encoding="utf-8"?>
<Bookmark Name="Testing conversations" Id="f680e5aa-3a69-4539-b1fa-d87aa4f3cff3" IsPublic="true" Modified="2022-09-23T14:52:53.6053923" Author="spotfireadmin" AuthorDisplayName="spotfireadmin">
<Comment Created="2022-09-23T18:52:53.6053923Z" ThreadId="f680e5aa-3a69-4539-b1fa-d87aa4f3cff3">
<Anchor VisualId="1a726bd4-5a24-40fd-b083-0713a5aa7634" X="0.45087718963623047" Y="0.27374300360679626" />
</Comment>
<ActivePage>
<Page Id="04fa2d72-9c82-4cf0-a981-516df3ce543a" Title="DAIT Clinical Monitoring Dashboard" />
</ActivePage>
<ActiveVisual>
<Visual Id="1a726bd4-5a24-40fd-b083-0713a5aa7634" TypeName="Text area">
<Page Id="04fa2d72-9c82-4cf0-a981-516df3ce543a" Title="DAIT Clinical Monitoring Dashboard" />
</Visual>
</ActiveVisual>
<FilterSettings>
<FilterSettingsForDataTable>
<DataTable Name="Monitoring_Timelines" Id="feb596db-8a33-4484-af08-4755b8b60a73" />
<RelatedRowsPropagations />
</FilterSettingsForDataTable>
</FilterSettings>
<DataProperties />
<Markings>
<Marking>
<DataMarkingSelection Id="8accb2d2-99f2-4c00-9f04-678180063a8d" Name="Marking" />
<Selection v="2" HashVersion="0" IndexSetCount="0">
<DataTable Name="Monitoring_Timelines" Id="feb596db-8a33-4484-af08-4755b8b60a73" />
<Selection>
<EmptySelection />
</Selection>
</Selection>
</Marking>
</Markings>
</Bookmark>
The continuing conversations are put in separate XML files:
<?xml version="1.0" encoding="utf-8"?>
<Bookmark Name="Testing some more" Id="5fc34931-983d-4f86-80de-989756947a27" IsPublic="true" Modified="2022-09-23T14:53:01.0444881" Author="spotfireadmin" AuthorDisplayName="spotfireadmin">
<Comment Created="2022-09-23T18:53:01.0444881Z" ThreadId="f680e5aa-3a69-4539-b1fa-d87aa4f3cff3">
<Anchor X="0" Y="0" />
</Comment>
</Bookmark>
Comments
0 comments
Please sign in to leave a comment.