Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-13-2022 09:00 AM
If you are getting this error:
Invalid input '}': expected an identifier character, '.', whitespace, '(', node labels or rel types, '[', '^', '*', '/', '%', '+', '-', "=~", IN, STARTS, ENDS, CONTAINS, IS, '=', "<>", "!=", '<', '>', "<=", ">=", AND, XOR, OR, ',' or ')' (line 5, column 47 (offset: 154))
"MATCH (m:Movie {movieId: toInteger(row.movieId})"
^
The reason is a ) missing in the query in the Step 7: Import the User data in course Import Using Cypher.
Replace line 5 of the query with this:
@elaine_rosenber could you fix it?
12-13-2022 05:27 AM
This has been fixed.
Thanks
All the sessions of the conference are now available online