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
@@ -1289,6 +1289,12 @@ A different delimiter can be specified with `--array-delimiter`.
1289
1289
Arrays are not affected by the `--normalize-types` flag.
1290
1290
For example, if you want a byte array to be stored as a Cypher long array, you must explicitly declare the property as `long[]`.
1291
1291
1292
+
[NOTE]
1293
+
====
1294
+
CSV-based import does not import empty arrays, because they cannot be distinguished from arrays that are set to `null`.
1295
+
However, the Parquet import distinguishes between them and will import empty arrays as empty arrays and `null` as `null`.
1296
+
====
1297
+
1292
1298
Boolean values are _true_ if they match exactly the text `true`. All other values are _false_.
1293
1299
Values that contain the delimiter character need to be escaped by enclosing in double quotation marks, or by using a different delimiter character with the `--delimiter` option.
0 commit comments