I have a table in my MySQL database which includes HTML code. I can export this table via CSV and get a CSV file from this datatable. Problem is that the HTML code from one column gets spread over multiple rows because of the HTML code which includes line breaks I suppose, these line-breaks are actually used in the CSV file.
Is there an option to make sure that one column stays in one column and not gets spread over multiple rows if there is an enter or linebreak in the code?