I am using copy command in cassandra:
COPY table_name TO 'path/file.csv' with HEADER = TRUE;
After copying in csv, one of the cell value (which is very long string) is broken in pieces and scattered in adjacent cell overlapping under another column.
Need solution to imply this properly.