Pascal
Pascal

Reputation: 2700

Exporting Neo4j to .csv

I need to export some Neo4j nodes and relationships to .csv, in order to import them into another database system. (It's a very large data set).

Is there an out-of-the-box solution, to achieve this?

Upvotes: 0

Views: 2390

Answers (1)

Tom Geudens
Tom Geudens

Reputation: 2656

Have a look at https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_export_to_csv Yes, that does require installing APOC ... but it is considered as good as "out-of-the-box" :-)

Regards, Tom

Upvotes: 1

Related Questions