I just downloaded and installed Neo4J. Now I'm working with a simple csv that is looking like that:
So first I'm using the merge and some constraint for that file:
LOAD CSV WITH HEADERS FROM 'file:///Athletes.csv' AS line
MERGE(Rank:rank{rang: line...