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

Hi vksingh,

What do you mean collection name ?

To export your data as CSV files, you can use APOC for that : Neo4j APOC Procedures User Guide

Cheers

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

Thanks !