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.

export a graph from graphcatalog to csv

aprilsong0323
Node Link

I am using the CALL gds.beta.graph.export.csv function, and it gives this error 

Failed to invoke procedure `gds.beta.graph.export.csv`: Caused by: java.nio.file.FileSystemException: /": Read-only file system

I have used the same folder for apoc.export.csv.all and it has no problem, which indicates that neo4j does have writing permission to that folder.

Please help. 

2 REPLIES 2

Did you configure the location? 

The gds.export.location parameter must be configured for this feature.

Thanks for your response. Yes i used download folder on mac as the location.