-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions: improvements to spreadsheet import #532
Comments
Hi Adam, The second point could be done by selecting edge table if source and target columns are found, yes. I will work on these, thanks for the ideas. |
As this is still open, can I just submit a suggestion? When detecting column types, maybe, we also could implement some heuristics and use the column names to detect whether the spreadsheet represents nodes or edges. "Source" and "Target" or "From" and "To" clearly represent edges, while a spreadsheet with less than three columns only can contain nodes. |
This is being implemented in #1282 :) |
Can you please try the latest nightly build (https://github.com/gephi/gephi#nightly-builds)? It should include these changes |
I can confirm that the nightly build works at importing CSVs in the matrix format |
Great! |
These are some small points but each time I import they make me think "this could be more smooth", less effort and less likely that I make a mistake.
Gephi is great, many thanks.
Adam
The text was updated successfully, but these errors were encountered: