I am writing data to a CSV file from ASP. The problem is that some of the data contains the comma (,) character and when you open the csv file, the comma breaks the data apart at the comma. Is there anything I can do so that the embedded comma does not get interperated as a column delimiter?