Well first thing this is my code
LOAD CSV WITH HEADERS FROM 'file:///Abia.csv' As line CREATE(abia: Abia{office: line.OFFICE}) SET abia.reports_to = line.REPORTS_TO
the csv file is placed inside the import folder just like it is said so in the official documentation, well it gave me this error
Couldn't load the external resource at: file:/Abia.csv
I literally have tried every possible solution i could find i tried configuring the neo4j.conf file, it was said to comment out this line
dbms.directories.import=import
i did and after this it was said to allow the external files although my files were not external they were already in remote anyways i did by this
dbms.security.allow_csv_import_from_file_urls=true
I did that too, nothing seems to work please let me know if something works out
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…