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.

kannankumar
Node
since ‎01-26-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I've been trying to Export to S3 with the multiple options presented in APOC Export CSV docs like: s3://endpoint:port/bucket/key?accessKey=accessKey&secretKey=secretKey Example : CALL apoc.export.csv.query( "MATCH (a:Person) RETURN a.name", ...