Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

output file with pipe delimited and CRLF

ABCDA
7 - Meteor

Is there way to output a file as pipe delimited and also have CRLF added to the line?  Thanks!

2 REPLIES 2
OTrieger
14 - Magnetar

Hi @ABCDA 
You can, what you will need to do is to concatenate the data and set pipe as the delimiter and save the file as csv.

ABCDA
7 - Meteor

Thanks, anyway you could post an example?  I know how to concatenate the data and set the delimiter... But not sure how all that is put together.  Thanks again for you help!   - Got it... Concatenate each field with the delimiter and choose \n as the delimiter in the export...  Example:  [Field1]+"|"+[Field2]+"|"+[Field3]

 

Then on the output tool delimiters section:  Delimiters: \n

Labels
Top Solution Authors