Dear community, I come here as a beginner to ask for questions regarding where to look for answers.
Here are the 2 questions.
I have 1 database as follow
id ; name ; surname ; friendwith1; A ; aaaaa ; B,C,D ; 2; B; bbbbb...
Thanks, that's super helpful !
New question arises :
here is the code :
LOAD CSV WITH HEADERS from 'file:///result2.csv' as row with row where row.id is not nullMERGE (n:Juggler {Name: row.nom})SET n.Surname = row.prenom, n.Age = row.age, n.Email = r...