Due to security reasons, Neo4J usually wants the input file inside the "import" folder of the active database. If the input file is external, it will throw the error.
To fix the error, move/copy your "cnodes.tsv" to the "import" folder of the active database. Here are steps to find the path to the "import" folder of the active database.
- On the Neo4J desktop, in the top right corner, you will find the 3 dots (...). Click on that. It will show you a small pop-up window. In that window, click on the terminal.
- On the Neo4J terminal, use the pwd command to get the path to the active database.
- Go to the folder you got using the pwd command. You will find the "import" folder there. Copy/move your TSV file to the "import" folder.
Once the input file is in the "import" folder, you will not get the error.