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.

david_king2
Node Link
since ‎11-07-2019
‎10-29-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Hello, Is it possible to create a node based on the properties of an unwind component without explicitly specifying the properties? so of X is the unwound item I can perform an ON CREATE SET y.* = x.* ?? Thanks!
How do I load a JSON map in the form { "aaaa": { "x": "1", "y": "2" }, "bbbbb": { "x": "5", "y": "3" } } In particular, I need to get the keys "aaaa", "bbbb" ? Thanks!
Hello, How would I go about creating a cypher query that imports and merges Nodes which are inside json of type: groups -> groups .. * .. groups groups within groups within groups groups may also be shared amongst other groups all of the same type...