LOAD CSV FROM 'file:/students.csv' AS line CREATE (:student{ name: line[0], regnumber:line[1],school:line[2]})