Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

support for array of string while exporting to csv #124

Open
vipul1994 opened this issue Aug 12, 2017 · 1 comment
Open

support for array of string while exporting to csv #124

vipul1994 opened this issue Aug 12, 2017 · 1 comment

Comments

@vipul1994
Copy link

vipul1994 commented Aug 12, 2017

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
Copy link
Owner

jexp commented Aug 12, 2017

@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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants