How do I encode a new line character into a csv field?

I have a multi-line text field that I need to put into my csv file … but I can’t embed a \n because then the csv is not read in properly. How do I do this?

You should change default csv delimiter for the end of the row:
grid.csv.row = “some”