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
{{ message }}
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: