Client needs a .csv file, but they open it and use it in a text editor like word pad. They need double quotes around each field.
Simple enough workflow as an example.

Here's what I have as sample data to start with

Here's what I need in the end when the .csv is opened in word pad

I have tried this:

But get this:

And I have tried this:

But it leads to triple double quotes around each field:

Any ideas?