[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 •Loading a CSV File Error
Page 1 of 1

Loading a CSV File Error

Posted: 17 Sep 2016 16:55
by jlm2239
Hello,

I have perhaps a simple problem. I am using v. .9.1 and am trying to load a spreadsheet/CSV file and I get the error: "Edges table need Source and target columns with Node ID", but clearly the CSV file has columns with the Source, Target and ID labeled at the top. I have loaded the file in Notepad ++ and I don't seem to have a BOM with the file. I am somewhat new to Gephi but I have been able to load CSV files before. I did recently install the CSV to spreadsheet plugin but I deactivated it so I am not sure if that is an issue. Any ideas of what could be my problem?

Thank you for your help,
John

Re: Loading a CSV File Error

Posted: 18 Sep 2016 21:32
by eduramiba
Make sure your headers don't have trailing spaces or something.

Re: Loading a CSV File Error

Posted: 20 Sep 2016 13:48
by jlm2239
Thank you eduramiba! That worked! I didn't notice that I had a single space in the Source header. Thanks again!

John