-
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
Import CSV error edges #1848
Comments
Can you attach the file? What edge merge strategy do you choose during import report? Do you get any warning in the report? |
The file. The strategy was sum and I did not get any warning, the message was about merge strategy. The report show me nodes: 2 and edges: 2. If I select undirected graph, it has not edge, but if I choose directed graph, it has one edge between nodes. |
Ok, If I choose directed and sum, I get the 246 edges. The problem is, when undirected, opposite edges cannot coexist, and they should be merged, but it seems no edge is created at all when opposite undirected edges exist. I will investigate this problem, thanks for the report! |
After fixing this problem, now forcing undirected correctly includes an |
I checked the new graph. It looks ok. |
Great, thanks! I will merge this soon into master, so next 0.9.3-SNAPSHOT should contain the fix. |
Based on commit 6634da3 #1516 Edge labels not retained on graphml export #1788 GephiFormatException: Gephi failed saving the project. #1789 NullPointerException: The fileObject parameter cannot be null #1802 Exception with no-merge strategy in some cases. Incompatible edge should not be created #1810 GephiFormatException can cause ArrayIndexOutOfBoundsException: 0 #1811 NullPointerException on EdgeTypeFilter #1812 CSV files are no longer imported correctly when double quotes inside strings are delimited with backslashes #1815 Add support of Byte Order Mark to CSV parser #1840 Import of graphml still confuses d3 and label fields #1848 Import CSV error edges: force undirected makes edges disappear when merged
Expected Behavior
Import a CSV file and get 176 nodes and 246 edges.
Current Behavior
I get 176 nodes, but only 225 edges.
Possible Solution
Review import spread sheets.
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: