I need to export my keyspace to a .cql file. I have tried the cqlsh -e "DESC keyspace demo" > dump.cql command but that doesnt work and i need the Insert scripts also.
I also tried the COPY command but it doesnt serve my purpose. I also want to be able to import from the cql file.