Question

This may seem similar to this

But the previous answer shows how to convert a cypher result to csv.

How to export(dump/convert) the whole neo4j database to .csv format?

I am using neo4j-2.0 embedded with my java application

Was it helpful?

Solution

Since a graph database is by design schemaless it's almost impossible to generically export it to csv format. Neo4j enterprise edition comes with a online backup features that is a consistent dump in machine readable format - so not csv.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top