Hello,
At the Importing CSV files with the Neo4j Data Importer challenge,
I imported CSV files and
the Cypher statement Run Import Checklist at Step 11/12 seemed to be OK as below.
task,outcome,answers,reason
:`Movie`.tmdbId Long,✅,[Long],-
:`Movie`.imdbId Long,✅,[Long],-
:`Movie`.poster String,✅,[String],-
:`Movie`.url String,✅,[String],-
:`Person`.tmdbId Long,✅,[Long],-
:`Person`.imdbId Long,✅,[Long],-
:`Person`.poster String,✅,[String],-
:`Person`.url String,✅,[String],-
:`Movie`.revenue Long,✅,[Long],-
:`Movie`.budget Long,✅,[Long],-
:`RATED`.rating Long,✅,[Long],-
However, when I come back to Graph Academy page and run "validate results",
it reported as below:
- No rows returned by verification Cypher
Could you advise what could be wrong?