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.

fgksgf
Node
since ‎03-26-2019
‎06-01-2022

User Statistics

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

User Activity

I try to import a CSV file to Neo4j and create some relationships. The headers of the file are: id1, id2, VIN1, VIN2. The statements i wrote: load csv with headers from "file:///file.csv" as line match (p1:Person{id:line.ID1}), (c1:Car{id:line.VIN1})...
I try to use cypher statements to filter out some nodes that are eligible, and the result consists of several sub-graphs that are not connected to each other. How can I traverse these sub-graphs for further in-depth analysis? Is it possible to implem...
Kudos given to