jexp / neo4j-shell-tools

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

support for array of string while exporting to csv #124

Open vipul1994 opened 7 years ago

vipul1994 commented 7 years ago

While trying to export query data to csv using import-cypher with flag -o, the dump looks like

"[Ljava.lang.String;@2fe9fd3a" "[Ljava.lang.String;@583d098" "[Ljava.lang.String;@7bb5fc35" "[Ljava.lang.String;@4e7e6125" "[Ljava.lang.String;@2e1e55fd" "[Ljava.lang.String;@350257b6"

How to solve this?

jexp commented 7 years ago

@vipul1994 can you try the apoc.export.csv and apoc.export.graphml functions here: https://github.com/neo4j-contrib/neo4j-apoc-procedures

If you encounter the same issues there, we can fix them there. Thanks!