I\'m new in cassandra, and I have to export the result of a specific query to a csv file.
I found the COPY command, but (from what I understand) it allo
COPY
I just wrote a tool to export CQL query to CSV and JSON format. Give it a try :)
https://github.com/tenmax/cqlkit