i'm importing comments from CSV to DB. In CSV I have multilined comments, so when I import it, lines are separated with \n. Comments are saved in string column in DB. For security, when I show it in view, I use raw @comments. But raw defect comments and make it singlelined.
How to be?