socnetv / app

Social Network Analysis and Visualization software application.
https://socnetv.org
Other
207 stars 26 forks source link

Edge list files containing a "dl" in their first line cannot be loaded #66

Open oxy86 opened 6 years ago

oxy86 commented 6 years ago

Here's the contents from two edge lists:

edgelist_bug.txt

A DavidL

edgelist_nobug.txt

A David

Their only difference is the DavidL in the first one.

Import the files as simple non-weighted edge lists. Leave all settings at default.

One imports the nodes named "A" and "David" correctly, the other throws an error, instead of importing "A" and "DavidL".

There is something about the characters "DL" together SocNetV doesn't parse correctly. Obviously, "DL" can appear in node names sometimes.

Tested on v2.4