I am trying to load .csv file in Neo4j and getting below mentioned error:
Syntax : LOAD CSV WITH HEADERS FROM "file:///Users/Username/Downloads/products.csv"
Error : Couldn't load the external resource at: file:/C:/Neo4j/import/Users/Username/Downloads/products.csv
While I am able to load this file when it is placed in import directory. Please suggest how I can load this from local hard disk. While search, I found this options to debug this error-
"You can add the following setting in conf/neo4j.conf in order to bypass this :
dbms.security.allow_csv_import_from_file_urls=true"
--I couldn't find any config file/folder in this path.