cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error when loading from CSV

Hi,
I am trying to load data from csv file and I am sure that there is no empty cells in my file but it keep showing me this error message:
"Neo.ClientError.Statement.SemanticError: Cannot merge node using null property value for name"
I'v tried "ignorMe with FOR EACH" trick and it didn't import a single node.

what should I do?

Thanks in advance

1 ACCEPTED SOLUTION

ameyasoft
Graph Maven

Check to see if there are any spelling/case mistakes while invoking the column names like line.col1. If possible post just one row of data with column headers so that I can help you with the query.

View solution in original post

2 REPLIES 2

ameyasoft
Graph Maven

Check to see if there are any spelling/case mistakes while invoking the column names like line.col1. If possible post just one row of data with column headers so that I can help you with the query.

Thank you v. much
Yes, the problem was in the headers because I copied them from somewhere else, so I typed them myself and it works.

Thanks 🙂