Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.7k views
in Technique[技术] by (71.8m points)

python - Neo.ClientError.Statement.ExternalResourceFailed error on loading CSV file from local

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...