Categories | Question details Back To List | ||
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? Answer posted by dhxSupport on Dec 07, 2009 02:13 You should change default csv delimiter for the end of the row: grid.csv.row = "some" |