Export cassandra query result to a csv file

后端 未结 13 1923
刺人心
刺人心 2020-12-08 06:18

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

13条回答
  •  悲哀的现实
    2020-12-08 07:11

    I just wrote a tool to export CQL query to CSV and JSON format. Give it a try :)

    https://github.com/tenmax/cqlkit

提交回复
热议问题