Comment 0 for bug 521848

Revision history for this message
Julian Bilcke (flngr) wrote : 'begin' and 'end' attributes are missing when exporting dynamic GEXF

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.