Müller Julian
unread,Mar 7, 2022, 8:40:57 AM3/7/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to visone...@googlegroups.com
Hi Valentina,
I was able to import the network as follows:
1. I loaded the edge list (making sure commas are interpreted as separators during CSV parsing).
2. I opened the attribute manager and selected "import & export" (left) and "node" (top) and selected the node attribute CSV file for import.
3. In the options dialog that opened afterwards, I made the following configurations:
a) Again, I used commas as CSV separators.
b) I set the textframe option to use " as quotation marker.
c) At the top, in the joining attribute column, I made sure that the network attribute "name" is joined with the file attribute "name".
My initial guess is that you accidentally missed to do step 3c). If you don't do this, then visone tries to join the network attribute "id" with the file attribute "name". But "id" is a numerical attribute that visone generated automatically unrelated to the original attribute "name", so joining "id" with "name" just does nothing.
Visone might add some weird characters in front of the attribute's identifier "name". These are remnants of the BOM (byte order mark). To remove this, you can either edit the attribute's identifier in the load options dialog (at the top of the table), edit the attribute name afterwards in the attribute dialog, or save the files without BOM.
Best wishes,
Julian