gephi-lite icon indicating copy to clipboard operation
gephi-lite copied to clipboard

[Feat]: support for .csv files additionally to .gexf and .graphml

Open marfrede opened this issue 1 year ago • 1 comments

I just tried to use Gephi Lite becasue I had issues (https://github.com/gephi/gephi/issues/2546) on my MacBook with the Gephi programm, but what I missed was to upload .csv instead of only .graphml or .gexf.

Is this planned?

Thanks for your work!

marfrede avatar Jan 04 '25 12:01 marfrede

Hi,

We have some plans to improve the load/import graph process. For example we did the Graphology JSON import last month (not yet released).

For now, you can use table2net to transform a CSV file to a GEXF file

sim51 avatar Jan 06 '25 15:01 sim51