Bug in Example Project developer guide

On this page, in the Cypher LOAD CSV alternative route (Example Project - Developer Guides), the example given uses toInt , which is obsolete syntax and fails on 4.0.

Also line 201 of the CSV file at Dropbox - movies_setup.csv - Simplify your life 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.;"