Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ycqlsh COPY TO/FROM round trip ESCAPE bug #5

Open
hstenzel opened this issue Jun 20, 2020 · 0 comments
Open

ycqlsh COPY TO/FROM round trip ESCAPE bug #5

hstenzel opened this issue Jun 20, 2020 · 0 comments

Comments

@hstenzel
Copy link

Upstream cqlsh is able to round-trip csv files containing the \ character, ycqlsh with --debug led to corrupted data when the contents of the string contains \n. Every \n was transformed into \\n.

I'm using COPY $table TO/FROM STDOUT WITH HEADER = FALSE AND NULL = '<NULL>' AND ESCAPE = '\"';

Originally posted by @hstenzel in #3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants