How to save data in CSV format when a field also contains comma?

V

V.R.

I am trying to save data in CSV format. On of the fields in my data contains
one or two commas and this field gets split into multiple columns. How can I
save data in CSV so that this field remains in one column?
 
Top