jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
288 stars 55 forks source link

fix location of <key> elements in graphml export #105

Closed ridespirals closed 7 years ago

ridespirals commented 7 years ago

See Issue #103

I think this might be the only change necessary to put the <key>s in the correct location. It also looks like the Reader class should be able to read it back in just fine.

I haven't built or tested this myself, yet, I'm not really set up for Java work.

Any input is appreciated. I'm using another library to consume this GraphML and this bug is actually breaking the other library.

ridespirals commented 7 years ago

I'm going to cancel this PR for now, I need to check through everything, including the tests to make sure it's fine. I'm not used to git, sorry about the messy history. I tried to figure out how to squash commits so your history is cleaner. I think I did it wrong.

I'll be back soon with a proper PR