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.

snellad1
Node Link
since ‎10-01-2018
‎06-01-2022

User Statistics

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

User Activity

Hi, I am trying to copy all r{} where (a {uuid1})-[r]-(c) for use in (b {uuid2})-[r]-(c), while maintaining the original (a)-[r]-(c). It's for versioning purposes - b is an updated node of a, and I want to copy over all relationships a had over to b....
Hi, I'd like to import and process spatial survey data in NAD83, WGS84, and NAD27 coordinate reference systems. In the US, geo related surveys use NAD83, and used to use NAD27, as it provides static positioning with respect to the continent that does...
Hi, I would like to create a query that returns a table with the following that have been unwound: node label, 2. property, 3. property value, 4. property value data type Currently my model contains the following data types: string, integer, float, b...
Hi, I'd like to generate an exportable table of all property keys and their property values for all nodes with the same label. For example I would like to unwind keys() , and then place the values of these in the next column. Do I need to use extract...
Hi, I require the archival/immutable record in neo4j of all changes to nodes and relationships between nodes. For example: 1) when properties of existing node(s) need modifying, and 2) when relationship(s) between existing nodes are changed Here is w...