I have a problem in converting my csv file to a parquet format. The problem is that csv delimiter is also present as a content sub-value in one or more of your columns. Is there a way to handle this issue while generating the parquet file?
I don't want that the column(s) that has a delimiter in its content to be split as well.