Hi,
I've got a script to export a table to csv, but I'm having problems with one of the fields. The field is a Text field that had line breaks in it. This causes problems when importing the csv to excel because it treats each \n as the end of a row.
I tried doing a split and join by replacing '\n' with something else, but it didn't seem to replace all line breaks.
Does anyone have a solution for this?
Thanks for any help,
~Oni.