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.

ahmedmelmoselhy
Node Clone
since ‎02-03-2019
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 9 Kudos given
  • 8 Kudos received

User Activity

Hello, I am going through the Getting Started docs and As I was trying the last Cypher example, which is: CREATE (a:Person { name:"Tom Hanks", born:1956 })-[r:ACTED_IN { roles: ["Forrest"]}]->(m:Movie { title:"Forrest Gump",released:1994 }) CREATE ...
Hello, I want to import 2 separate graphs into Neo4j and then to find the similarity between them. How to do that? I had a look at the Jaccard Similarity procedure and it seems that the 2 graphs should be connected in some way. But what if they are n...
Hi, my graph contains 31 node of label "addc" and I want to add to each one of them a variable property value, here "NEw", I'v tried the follwing code but this resulted in assigning the same (last) value (31) to all of them ( as in the figure below) ...
Hi, I am trying to load data from csv file and I am sure that there is no empty cells in my file but it keep showing me this error message: "Neo.ClientError.Statement.SemanticError: Cannot merge node using null property value for name" I'v tried "ign...
Hello everyone, I am trying to load simple data from CSV to Noe4j, but it keeps giving me this error "Neo.ClientError.Statement.SemanticError: Cannot merge node using null property value for Name" I don't have null values in my file !!. Even if I wil...