Convert to Text File

J

John

Any one can help !

I am trying to convert to text file, using save ....... file type CSV.
But I could able to get it as follows: -
TEXT FILE: -
xxxxx, 12345, bbbb, ccccc

Actually I would like to get it as follows: -
TEXT FILE: -
"XXXX",12345,"bbbb","ccccc"

Pls advise me.

Thanks

JOHN
 
Top