cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Exporting data using neo4j database name and collection name

Hi Folks - I'm new to neo4j database world !

I have access to neo4j data and I need to retrieve the data in csv format. I only know the database name and collection name. Any pointer would be helpful ........

Thanks, Vinod

2 REPLIES 2

Benoit
Graph Buddy

Hi vksingh,

What do you mean collection name ?

To export your data as CSV files, you can use APOC for that : https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_export_to_csv

Cheers

Thanks a lot for response. I'm working on existing neo4j data and looks like collection name is node name.

Thanks !