diff --git a/modules/ROOT/pages/import.adoc b/modules/ROOT/pages/import.adoc index 9d06830ee..f3018c25e 100644 --- a/modules/ROOT/pages/import.adoc +++ b/modules/ROOT/pages/import.adoc @@ -535,6 +535,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.