You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
The directions for performing the data load into neo4j are not working. The import.txt files appears as if it was part of a merge that did not go well. There is an artifact from the merge diff still in the file and the file itself appears to be about twice the size of what an older version of the file looks like.
After determining the merge error I tried to revert to an older version of the import file. When attempting to import that file when the transaction would go to commit the import would error out with a stack buffer overflow error indicating some kind of recursive error present in the import.
Additionally, the import.txt file does not appear as if it is syntactically correct with the latest 3.x versions of neo4j. After removing the merge conflict artifacts from the file and attempting to import in a 3.x version there were syntax errors in some of the create statements.