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.

beckyconning
Node
since ‎08-13-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

is there a way to do the equivalent of apoc.export.json.data but returning the json rather than saving it to a file? E.g. MATCH (n:Movie) WITH collect(n) as a CALL apoc.export.json.data(a, [], "../../../../../../../../Desktop/Movie-Nodes.json", null)...