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

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.

1 Like

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 :)