I want to copy only selective rows and columns from a specific Cassandra table. How do I that?
I am able to copy complete tables in .csv format with the help of:https://docs.datastax.com/en/cql/3.1/cql/cql_reference/copy_r.html
But, how do I copy selective data only?
I tried referencing: Selective copy cassandra million rows data to external file AND Cassandra selective copy . But none of them work.