From dc1113dcb6cc1312f5c21e2413a132dd591fe6bd Mon Sep 17 00:00:00 2001 From: Richard Sill Date: Mon, 8 Jul 2024 12:12:42 +0200 Subject: [PATCH] fixed statement about local file URL import directory default --- modules/ROOT/pages/clauses/load-csv.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clauses/load-csv.adoc b/modules/ROOT/pages/clauses/load-csv.adoc index b430f9b43..007560a38 100644 --- a/modules/ROOT/pages/clauses/load-csv.adoc +++ b/modules/ROOT/pages/clauses/load-csv.adoc @@ -30,7 +30,7 @@ Loading CSV files requires link:{neo4j-docs-base-uri}/operations-manual/{page-ve === Import local files You can store CSV files on the database server and then access them by using a `+file:///+` URL. -By default, paths are resolved relative to the Neo4j installation folder. +By default, paths are resolved relative to the Neo4j import directory. .Import artists name and year information from a local file ====