سؤال

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

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top