How to export to "data-1","data-2","data-3" format ?

  • Thread starter Thread starter tmb
  • Start date Start date
T

tmb

I need to create a delimited file where each field is delimited by a comma
and each field is contined in double quotes... like...

"data-1","data-2","data-3","data-4", etc

Can I do this from Excel?

If so how?

(I see comma delimited csv but that doesn't put the quote marks in"

thanks for any help.
 
tmb,

Normally, the quotation marks aren't needed around fields, unless they
contain quotation marks in the data, or there's a field delimiter (comma) in
the data. It's sufficient to have field delimiters between the fields. But
if you're sure you need them, the Text Write Program Dave mentioned has an
option to put them around all the fields.
 
Back
Top