We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6064f1 commit 7e24d84Copy full SHA for 7e24d84
1 file changed
doc/modules/cassandra/pages/managing/tools/cqlsh.adoc
@@ -461,6 +461,17 @@ value `STDOUT` (without single quotes) to print the CSV to stdout.
461
See `shared-copy-options` for options that apply to both `COPY TO` and
462
`COPY FROM`.
463
464
+[NOTE]
465
+====
466
+`COPY TO` only supports printable characters in text column values, in
467
+accordance with RFC 4180. Text columns containing control characters
468
+such as newlines (`\n`), carriage returns (`\r`), null bytes (`\x00`),
469
+or other non-printable characters will not round-trip cleanly — values
470
+will be corrupted on re-import via `COPY FROM`. If your data contains
471
+such characters, consider using `sstableloader` for data
472
+migration instead.
473
474
+
475
==== Options for `COPY TO`
476
477
`MAXREQUESTS`::
0 commit comments