← Back to team overview

gephi.team team mailing list archive

[Bug 521848] Re: 'start' and 'end' attributes are missing when exporting dynamic GEXF

 

** Changed in: gephi
       Status: Fix Committed => Fix Released

** Changed in: gephi/0.7
       Status: Fix Committed => Fix Released

-- 
'start' and 'end' attributes are missing when exporting dynamic GEXF
https://bugs.launchpad.net/bugs/521848
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Fix Released
Status in Gephi 0.7 series: Fix Released

Bug description:
When exporting a dynamic GEXF with Gephi, the "start" and "end" attributes are missing.

By example, here is a node from the imported GEXF :
<node id="117" label="JER"  start="2007-03-01" end="2008-02-01">
  <attvalue id="0" value="code"/>
</node>

and the resulting GEXF, when exporting from Gephi :
<node id="117" label="JER">
  <attvalues>
    <attvalue for="0" value="0"/>
    <attvalue for="dynamicrange" value="1.1727036E12,1.2018204E12"/>
  </attvalues>
</node>

In consequence, and until the bug is fixed, be aware to not export a dynamic GEXF with the same name that the original, or you will lost the dynamic data.