cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

david_oliver
Neo4j
Neo4j

On this page, in the Cypher LOAD CSV alternative route (https://neo4j.com/developer/example-project/#app-project-data), the example given uses toInt , which is obsolete syntax and fails on 4.0.

Also line 201 of the CSV file at https://www.dropbox.com/s/ci3cjwy91dp3a7e/movies_setup.csv?dl=0 contains the value "James Reston, Jr.;" which contains a comma and thus breaks the CSV parsing.

Change toInt to toInteger. Maybe just remove the comma from "James Reston, Jr.;"