We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3e428 commit 564b9deCopy full SHA for 564b9de
1 file changed
doc/modules/cassandra/pages/managing/tools/cqlsh.adoc
@@ -463,8 +463,8 @@ See `shared-copy-options` for options that apply to both `COPY TO` and
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
+`COPY TO` exports CSV using a restricted RFC 4180-compatible format and does not
+preserve control characters in text column values. Text columns containing control characters
468
such as newlines (`\n`), carriage returns (`\r`), null bytes (`\x00`),
469
or other non-printable characters cannot be reliably exported — values
470
will be corrupted on re-import via `COPY FROM`. Beyond data integrity,
0 commit comments