Hi
I need to creates independent nodes from a csv file, csv is like below-
First, Last, Age
john, Doe, 34
null, Sam,36
My code is like this;
load csv with headers from "file:///demo.csv" as line
with line
CASE
when not line.first is null
CREATE (s:i...