We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Client needs a special format with double quotes "" around each field in .csv

LBCoEnterprises
6 - Meteoroid

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.

1.jpg

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

 

AC.png

 

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

 

2.jpg

I have tried this:

3.jpg

But get this:

ac4.png

And I have tried this:

 

5.jpg

But it leads to triple double quotes around each field:

 

ac6.png

Any ideas?

3 REPLIES 3
DanielG
12 - Quasar
 
 

testquotes.png

@LBCoEnterprises   There is a setting on the output to "Always" add quotes.  Give this a shot.  It does quote the column headers too, so I am not sure if that is a deal breaker for you.

LBCoEnterprises
6 - Meteoroid

This is exactly what fixed it. I never noticed the feature on the output before.

 

Mine was set to 'Auto' which makes since because each time the formula didn't seem to work as it should have.

 

I changed mine to 'Never' and now I have exactly what I need.

 

Thanks again

 

DanielG
12 - Quasar

@LBCoEnterprises - no problem.  I had a similar situation in my past having to create CSVs for a vendor to load data to their tool for us.  I hadn't know it existed until that point either.  🙂

Labels
Top Solution Authors