Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-10-2021 06:53 AM
Hi All,
I'm still new to Neo4j but have been tasked with loading and playing with some csv files to gain and understanding of the relationships that exist in the dataset. I have already tried importing my CSV files in a few different ways but keep running into the following error;
Couldn't load the external resource at: file:/var/lib/neo4j/import/CORProject.csv
Here is the Cypher code I used;
</>
LOAD WITH HEADERS FROM 'file:///COR_Project.csv' As row
CREATE (:COR_Project {Id: row.CORProject})
</>
Sorry if this problem has been resolved already but is there any way to fix this issue?
Many thanks
J
05-10-2021 07:29 AM
Hello @jeevanruprai87 and welcome to the Neo4j community
Did you put your CSV file in the import folder of your database?
Regards,
Cobra
05-10-2021 08:35 AM
Hi @Cobra, thank you for the warm welcome!
I have managed to put all CSVs into the import file within the Databases folder, sub folder installation 4.0.3. However it still seems to miss my file completely.
Regards,
J
All the sessions of the conference are now available online