[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 •Import from database
Page 1 of 1

Import from database

Posted: 09 Feb 2017 14:55
by hakonf
I am importing data from a MySQL database. It looks like I cannot import edges with fields named start and end. In fact, the import doesn't even begin, so there is no error message or anything. As a workaround I can use fields named startpoint and endpoint and use these to generate a dynamic variable after import, but is this necessary? Importing nodes with fields named start and end works OK and dynamic intervals are calculated automatically.