You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/import.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -535,6 +535,13 @@ For example:
535
535
bin/neo4j-admin database import full --nodes import/node_header.csv,import/node_data_\d+\.csv
536
536
----
537
537
538
+
[NOTE]
539
+
====
540
+
In many scripting languages, you must use double backslashes (`\\`) when defining regular expression patterns inside string literals.
541
+
This is because a single backslash (`\`) is treated as an escape character.
542
+
====
543
+
544
+
538
545
==== Import data from CSV files using a more complex regular expression
539
546
540
547
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.
0 commit comments