This code gives an error of below. How to solve it ?
Error:
Neo.ClientError.Statement.SyntaxError
WITH is required between MERGE and LOAD CSV (line 10, column 1 (offset: 295))
"MERGE (p:Person{Name:line.Name})"
^
Code:
LOAD CSV WITH HEADERS
FROM 'fil...