Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-17-2022 01:06 AM
Hello, in certification question, upload csv to neo4j sandox I did all tasks, ran queries and received confirmation, that data are uploaded. It confirmed.
In the sandbox pane confirmed 1097 nodes: MATCH (n) RETURN count(n)
It confirmed 4065 nodes:
MATCH ()-[r]->() RETURN count(r)
But the validator says it was not correct, over the fact it is.
08-17-2022 04:28 AM
If the validation did not pass, then check how you mapped the fields.
1. Did you change their names correctly?
2. Did you change their types correctly?
You can reset the graph so you can rerun the import with:
CREATE OR REPLACE DATABASE neo4j
Elaine
09-05-2022 02:57 PM
Hi
I'm having the same issue. I've got the correct record counts, mapped the fields correctly as far as I see them, but the validation failed. I tried from scratch a couple of times and got the same issue.
How can we get a more detailed log of what's wrong or missing?
09-06-2022 04:53 AM
I *think* I have found the reason for the verification failure that is occurring for me at least. I re-ran the import using the "solution mapping file" at https://data.neo4j.com/importing/movieModel-solution.json and the verification passed, Then I compared this mapping file with the non-working mapping file that I had previously downloaded.
What I found was that when I carried out the mapping exercise, all the ID fields where interpreted by the importer as Integer type, whereas in the working solution file they are all string type.
I can find no mention in the instructions to set the type for these fields to string; but of course I cannot verify this as the fix as I now cannot reset the lesson to test my theory
09-06-2022 07:11 AM
There as been a new release of the Data Importer whereby any field that ends with "ID", "Id", "id" is automatically typed as Integer. We will need to update the course to reflect that change.
Elaine
09-06-2022 09:05 AM
Thank you Elaine!
09-05-2022 11:26 PM
Hi,
I'm also having the same issue...tried multiple times and getting the correct node and relationship counts but failing validation
09-06-2022 11:33 AM
We will be updating this course soon to use the new Data Importer app.
Elaine
All the sessions of the conference are now available online