Tarik Haddad created CASSANDRA-17838:
----------------------------------------

             Summary: Cassandra COPY command ignore QUOTE option
                 Key: CASSANDRA-17838
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17838
             Project: Cassandra
          Issue Type: Bug
            Reporter: Tarik Haddad


I am not able to copy data into a CSV file and have them wrapped with single 
quotes:

e.g.

{*}Table{*}: myks.mytable
||column1||column2||
|value1|value2|

command used: {{copy myks.mytable (column1,column2) to 'myfile.csv' WITH 
HEADER=FALSE AND DELIMITER=';' AND QUOTE='"';}}

*expected result:*

The CSV file to have one row: {{"value1";"value2"}}

*actual result:*

The CSV file has one row: {{value1:value2}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to