Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-05-2019 02:29 PM
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
Solved! Go to Solution.
04-05-2019 04:23 PM
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.
04-05-2019 04:23 PM
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.
04-06-2019 06:06 AM
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 🙂
All the sessions of the conference are now available online