jexp / neo4j-shell-tools

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

List are converted to strings for graphml export #87

Open Sahasrara opened 8 years ago

Sahasrara commented 8 years ago

After importing my database.graphml file, all of the nodes with list properties show:

"[Ljava.lang.String;@70549c6c", "[Ljava.lang.String;@50526c6d", etc.

Are lists not supported, or is this a bug?

jexp commented 8 years ago

@Sahasrara would you be able to help me address these graphml issues? You have the real world data + use-case ?

I think graphml has a notion of multi-value properties.

Sahasrara commented 8 years ago

Hey sorry I've taken so long to respond. We've got a big release coming up soon, so I can't do work on this at the moment, but perhaps afterwards I'll have more time.