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