You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a net with pairwize tsv file with columns 'author_id' and 'coauthor_id" indicating sources and targets. these id are numeric (int).
The problem is that after loading the data the column 'Node name' is filled with zeros.
When I click any node, I get its name in the status line in the bottom of the screen, like "selected 45670945678", but in the table the selecetd node name it is still zero. Also I can't import any attributes bc the import wizard cant find node ids.
my app is fully updated
The text was updated successfully, but these errors were encountered:
And if I don't click 'treat first row as headers' everything is loaded fine. But If I delete the first row with str column names and try to load the file (without clicking 'treat first row...'), I again get those pesky zeros
Sorry I missed this, I meant to reply but went on holiday for a bit and forgot all about it. I suspect this is something to do with your node names being relatively large integers, that are too big for a 32 bit representation. Could you try adjusting them to be textual, (e.g. append A to them all) and see if it works better?
hi, thanks for a great app.
I build a net with pairwize tsv file with columns 'author_id' and 'coauthor_id" indicating sources and targets. these id are numeric (int).
The problem is that after loading the data the column 'Node name' is filled with zeros.
When I click any node, I get its name in the status line in the bottom of the screen, like "selected 45670945678", but in the table the selecetd node name it is still zero. Also I can't import any attributes bc the import wizard cant find node ids.
my app is fully updated
The text was updated successfully, but these errors were encountered: