[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •[SOLVED] Working with CSV's - Page 2
Page 2 of 2

Re: Working with CSV's

Posted: 15 Dec 2011 00:45
by eduramiba
The fix is now commited https://github.com/gephi/gephi/commit/1 ... a37b11e552 and an update should be available soon :)

Eduardo

Re: [SOLVED] Working with CSV's

Posted: 12 Nov 2012 21:23
by panklam
I am having a problem maintaining column labels during import. My CSV column labels are:

Nodes / ID / CityState / Latitude/ Longitude / Network / Color / Organization / Short Name

When I import this into Gephi, these are preserved, but Gephi has added columns to the left and right:

Nodes / ID / Label

wherein the content of this Nodes column is the same as the ID column.

(I used to have the column "Short Name" named "Label" but this caused the import to use the contents of those cells as the "Nodes")

Is there something I need to do to keep my own column names intact so that I can get proper results from the edges data?

thanks \

patti

Re: [SOLVED] Working with CSV's

Posted: 12 Nov 2012 22:35
by eduramiba
Hi,
The 'Nodes' column is a fake column necessary because nodes table is a tree-table (for nodes hierarchy). And it just always show the Node's id and label.

Label column is mandatory (and id), and they will always appear first. You should be able to name your short name column 'Label' and import the values there.

Eduardo

Re: [SOLVED] Working with CSV's

Posted: 14 Jan 2013 13:10
by kamila88
Hi,
My problem is:
I import spreadsheet with edges (source;taget;type) and then Gephi create nodes. I want to update label to this nodes with another spreadsheet (id;label) and I want to update only nodes witch are created ealier I don't want new ones. In second spreadsheet I have more nodes than I need, so is it possibility to update only existing nodes?

Re: [SOLVED] Working with CSV's

Posted: 07 Jan 2014 10:32
by Loofy_09
Nice post!