CSV With Quotes

G

Glenn

I need to save a file in this format:

"News","Microsoft","Today"

but when I pick .csv I get this format:

news,Microsoft,Today

I can't find an option for including the quotation marks around each field.

Can someone please tell me how to do this?

Thank you.
 
G

goober

With Windows certain characters are not allowed to be used in file
names. Some of them are * ? " / \ : < > these are
restricted by the OS and there isn't a way around it.
 
Top