I'm using Neo4j Desktop for Windows.
I've attempted to import data from http://data.neo4j.com/intro-neo4j/actors.csv, but I get the error: Couldn't load the external resource at: http://data.neo4j.com/intro-neo4j/actors.csv
When I try to do it using the local filepath, I get the same error, even though I've placed the file in the correct import directory within my project.
I found an article that said to enable this setting: dbms.security.allow_csv_import_from_file_urls=true, but this doesn't appear to allow me to import from the filepath.