Saving CSV files that have spaces in some fields

B

Bob Richardson

I want to I save a CSV file created in Excel 2003. If a field has spaces in
it, I want it surrounded with quotes.

For example, I want the output file to look like:

ID,FirstName,LastName
10,Bob,Jones
11,"Mary A",Smith
etc.

TIA
 
Top