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”
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”