You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by shahab <sh...@gmail.com> on 2015/07/07 16:01:37 UTC

How to export query results (milions rows) as CSV fomat?

Hi,

Is there any way to export the results of a query (e.g. select * from tbl1
where id ="aa" and loc ="bb") into a file as CSV format?

I tried to use "COPY" command with "cqlsh", but the command does not work
when you have "where " condition ?!!!

does any have any idea how to do this?

best,
/Shahab