← Back to team overview

gephi.team team mailing list archive

[Bug 660200] Re: GDF export generates invalid files

 

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

** Changed in: gephi
     Assignee: (unassigned) => Mathieu Bastian (mathieu.bastian)

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

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

** Changed in: gephi/0.7
   Importance: Undecided => Medium

-- 
GDF export generates invalid files
https://bugs.launchpad.net/bugs/660200
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 Committed
Status in Gephi 0.7 series: Fix Committed

Bug description:
Exporting in GDF produces this sample when edges has no label:

nodedef> name VARCHAR,label VARCHAR,width DOUBLE,height DOUBLE,x DOUBLE,y DOUBLE,color VARCHAR,Modularity Class INTEGER
0.0,"Myriel",28.685719,28.685719,846.527,-1570.72,'91,91,245',0
1.0,"Napoleon",4.0,4.0,1425.0109,-2524.0613,'91,91,245',0
...
edgedef> node1,node2,label VARCHAR,weight DOUBLE,directed BOOLEAN,color VARCHAR
1.0,0.0,,1.0,true,'-255,-255,-255',"0",1.0

The edge label column is empty so it leads to a SEVERE error when trying to import this file.