I am trying to export a query result into CSV via Sequel Pro and I want to retain its newline values.
I tried escaping using REPLACE()
and I also tried using other terminators such as ;
.
My content looks like this
The word "adore" means to love something deeply. Other words that mean the same as adore are "cherish, treasure, love dearly"
How can I export this data into CSV retaining the newline?
Please note that there is a whitespace
character after the word are followed by a newline.