Hi all,
this is my sample data
Name,L1,L2,L3A,x,,B,,x,C,,x,D,,,xE,,,xF,,x,
The graph should look like:
A->B, A->C, A->F
C->D, C->E
i tried to load the data with:
LOAD CSV WITH HEADERS FROM 'file:///x.csv' AS rowwith row where row.`L1` <> ''merge (m...