jexp / neo4j-shell-tools

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

Array properties support for graphml export/import #37

Closed gquercini closed 10 years ago

gquercini commented 10 years ago

I added the support for array properties to the graphml-import/export commands. I also slightly modified the graphml-export command so that it does not export node/edge properties with empty values.

Please note that the diff stats for the java files I modified do not reflect the real changes, which are smaller than indicated. This is due to the fact that I copied the new files over the old ones instead of modifying them directly (unfortunately, at the beginning I didn't not think of pulling requests). Anyway, I marked the changes I made with my nickname (gquercini).

jexp commented 10 years ago

Could you please re-do the PR that it really only contains your changes? No whitespace or other changes. Also no backup files. No "What's new section" in the readme but just a general info in the graphml section? Also no change of the github repository name etc. Deployment to the m2 repo is also not relevant, as these are end-user scripts that are to be installed into the plugins directory.

Thanks a lot.

gquercini commented 10 years ago

Sure I can do the modifications, no problem.