I am facing an issue with importing multiple values for a property of node from csv file. For example we have below values in csv file,
CarDriver | Passengers |
---|---|
Ganesh | Rajesh |
Ganesh | Sunil |
Ganesh | Mangesh |
Suresh | Mukesh |
Suresh | Nitesh |
Can anyone please suggest some solution for this issue?
Thanks, Santosh
I tried to modify my query as per below two solutions from stackoverflow but it did not work,
It gave me below error, "Cannot merge the following node because of null property value for 'id': (:Person {id: null})".