Hi there, I need help I am trying to make the curse of Neo4j, Import data, but ever I try to import gata a received this message:
Gregory King
Hi, are you able to share which course you were following so we can see if there is a bug in the content?
The reason you are seeing this error is because the load process is placing a key constraint on the Person node, ensuring imdbId is unique. What the message is telling you is that the load process is attempting to load a second Person node with the id
148
and this is not permitted because of the key constraint in place.