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.

wenwang68
Node
since ‎11-11-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

This is my first time to use NEO4J with almost zero experience. I got error when run the following: LOAD CSV WITH HEADERS FROM "file:///C:/sample3.csv" as line MERGE (a:test2 {Name:line.ANI}) MERGE (b:test2 {Name:line.CUST}) MERGE (c:test2 {Name:line...