Skip to content
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

csv data missing some information #1431

Closed
karlhjalte opened this issue Mar 22, 2016 · 6 comments
Closed

csv data missing some information #1431

karlhjalte opened this issue Mar 22, 2016 · 6 comments

Comments

@karlhjalte
Copy link

Data is exported from excel, and encoding is set to UTF8 (other encoding options also tried). However, some of my primary nodes are missing information when opened in gephi, while others have no problems. There are no special characters in the missing data.

Attached is the node list in txt format, and a note on which nodes are missing additional information.

I believe it to be a bug, and not just my own incompetence.
Note.txt
node.txt

@karlhjalte
Copy link
Author

I should add, I am using Gephi 0.8.2, but the same problems does occur in some degree in the new 0.9.1 version but can be overrun by importing lists, save as gexf., start new project, and open gexf.

So still not optimal.

@duncdrum
Copy link

I can reproduce this on 0.9.1 under OS X 10.11.3, I tried cleaning up the csv files in text editor, and libre office but not luck. Notice the preview of the second node screenshot.
screenshot 2016-03-21 20 10 55

which misses affiliation information after import into gephi, as can be seen in data lab.
screenshot 2016-03-21 20 11 15

@eduramiba
Copy link
Member

I can confirm this problem, thanks for the report.

@eduramiba eduramiba added this to the 0.9.2 milestone Apr 12, 2016
@eduramiba eduramiba self-assigned this Apr 12, 2016
@eduramiba eduramiba added the High label May 17, 2016
@eduramiba
Copy link
Member

Hi,
This is actually not an issue.

If you filter in your nodes file by ID == 2 for example, you will find 2 rows, and the second one is missing all the attributes, so it just gets overwritten with empty info.

@eduramiba
Copy link
Member

We should add a warning when we migrate the spreadsheet import to import API (see #1282).

@eduramiba
Copy link
Member

Can you please try the latest nightly build (https://github.com/gephi/gephi#nightly-builds)? It should include these changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants