Skip to content

Commit 564b9de

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8c3e428 commit 564b9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/modules/cassandra/pages/managing/tools

doc/modules/cassandra/pages/managing/tools/cqlsh.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ See `shared-copy-options` for options that apply to both `COPY TO` and
463463

464464
[NOTE]
465465
====
466-
`COPY TO` only supports printable characters in text column values, in
467-
accordance with RFC 4180. Text columns containing control characters
466+
`COPY TO` exports CSV using a restricted RFC 4180-compatible format and does not
467+
preserve control characters in text column values. Text columns containing control characters
468468
such as newlines (`\n`), carriage returns (`\r`), null bytes (`\x00`),
469469
or other non-printable characters cannot be reliably exported — values
470470
will be corrupted on re-import via `COPY FROM`. Beyond data integrity,

0 commit comments

Comments
 (0)