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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -545,6 +545,12 @@ For example:
545
545
bin/neo4j-admin database import full --nodes import/node_header.csv,import/node_data_\d+\.csv
546
546
----
547
547
548
+
[NOTE]
549
+
====
550
+
It is important to remember that in many scripting languages you often need to use double backslashes (`\\`) when writing regular expression patterns inside string literals.
551
+
====
552
+
553
+
548
554
==== Import data from CSV files using a more complex regular expression
549
555
550
556
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