diff --git a/modules/ROOT/pages/import.adoc b/modules/ROOT/pages/import.adoc index b54a3c741..8cac275b1 100644 --- a/modules/ROOT/pages/import.adoc +++ b/modules/ROOT/pages/import.adoc @@ -545,6 +545,13 @@ For example: bin/neo4j-admin database import full --nodes import/node_header.csv,import/node_data_\d+\.csv ---- +[NOTE] +==== +In many scripting languages, you must use double backslashes (`\\`) when defining regular expression patterns inside string literals. +This is because a single backslash (`\`) is treated as an escape character. +==== + + ==== Import data from CSV files using a more complex regular expression For regular expression patterns containing commas, which is also the delimiter between files in a group, the pattern can be quoted to preserve the pattern.