Re: [Neo4j] Re: Import delta

2017-08-21 Thread Koen Kleingeld
Hi andy, i am already using the merge command which works fine to create unique records but i also want to be able to for example update / change an attribute on an existing node .. i maybe have to do some more testing with all merge options .. koen 2017-08-21 10:12 GMT+02:00 LAW Andy : > Koen,

Re: [Neo4j] Re: Import delta

2017-08-21 Thread LAW Andy
Koen, I think that you are looking for the MERGE command. http://neo4j.com/docs/developer-manual/current/cypher/clauses/merge/ Later, Andy > On 21 Aug 2017, at 05:32, koen wrote: > > In addition.. so if i would run a LOAD CSV twice in a row with exactly > the same file i would like not