graphia icon indicating copy to clipboard operation
graphia copied to clipboard

Failure to load Attributes from csv file

Open florian-huber opened this issue 3 years ago • 1 comments

Thanks a lot for building this great tool!

When I try to add attributes to the graph via Import Attributes from Table I keep running into the error Failed to Load xyz.csv (even when changing separators/delimiters like comma, space, tab).

File looks roughly like this:

"Node Name", feature
"A", 5
"B", 3
"C", 3
...

As a workaround I currently merge all attributes into one graphml file, which works fine. But table imports would be nicer I guess.

florian-huber avatar Jun 23 '22 07:06 florian-huber

Hmm, that fragment you posted there imports without any problems here. Perhaps you could attach the actual file you're experiencing the problem with (or some other broken test case if you can't attach the actual file), and we can go from there...

timangus avatar Jun 24 '22 17:06 timangus