I am using the Free version of AuraDB. I tried to use the export functionality of APOC by running the following Cypher Query:
CALL apoc.export.csv.all("export_by_jupter.csv", {})
However, I encountered the following error:
Query failed: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.csv.all`: Caused by: java.lang.RuntimeException: Export to files not enabled, please set apoc.export.file.enabled=true in your apoc.conf.
Otherwise, if you are running in a cloud environment without filesystem access, use the `{stream:true}` config and null as a 'file' parameter to stream the export back to your client.}
Is it not possible to export data in CSV format using the Free version of AuraDB?