I am trying to load .csv file into Cassandra with "|" as a delimiter but one of the record has got that & there is a record mismatch error. I have tried other delimiters but they are present in the records. When I use tab or special symbols as delimiters am getting this error:
"delimiter" must be an 1-character string"
Is there a way to load .tsv files directly into Cassandra?