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.

barbara_rayan_3
Node
since ‎04-12-2020
‎06-01-2022

User Statistics

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

User Activity

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...