We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb423a commit 6bd3d8aCopy full SHA for 6bd3d8a
modules/ROOT/pages/data-import/csv-import.adoc
@@ -31,7 +31,7 @@ What the command does is:
31
* *`AS alias` (optional)* -> names each row for reference.
32
* *`FIELDTERMINATOR` (optional)* -> the default field terminator in CSV files is the comma, but others are supported and can be specified here.
33
34
-You can import link:https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/#_import_local_files[your local files].
+You can import link:https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/#_import_local_files[local files].
35
However, in this tutorial, you will use a link to load the CSV file:
36
37
[source,cypher]
0 commit comments