Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

export-graphml misplaces <key> tags under the <graph> tag #103

Open
AkshayPeshave opened this issue Nov 20, 2016 · 2 comments
Open

export-graphml misplaces <key> tags under the <graph> tag #103

AkshayPeshave opened this issue Nov 20, 2016 · 2 comments

Comments

@AkshayPeshave
Copy link

The <key> elements that declare all <data> elements associated with graph elements are children of the <graphml> element per the graphml schema.

But when I run the export-graphml command in the neo4j-shell all the <key> elements are written out as children of the <graph> element. This causes import of the exported GraphML files using packages such as igraph and networkx to fail because they can't find the <key> tags under <graphml>.

I'm running the export on Ubuntu 15.04 with Neo4j COMMUNITY EDITION 3.0.4.

@vanmil
Copy link

vanmil commented Dec 19, 2016

I experience the same problem with this tool, it's a great tool but this issue makes this tool useless for me at the moment. Hope you can keep up the good work!

@jexp
Copy link
Owner

jexp commented Dec 19, 2016

Oh sorry, I didn't see your comment. I look into it.

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

No branches or pull requests

3 participants