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

#|# as a delimiter in output tool.

anuninan07
7 - Meteor

Hi all,

I am trying to output .csv / .txt file with #|# as a delimiter, but I am getting the below error. Can anyone please help me to resolve this issue?

 

anuninan07_0-1644853944301.png

 

Thanks in advance.

 

4 REPLIES 4
binuacs
21 - Polaris
apathetichell
20 - Arcturus

I do something pretty similar - what I do is transpose everything first and then use a summarize tool to concatenate it (with record id as the group by) basically you create the formatting you need as undelimited text - with the delimiter set in the summarize tool.

 

The other way is just to output it with a regular delimiter and read it back in and use find/replace to change to your special delimiter and then output as non-delimited. I do the former but the later is probably easier.

anuninan07
7 - Meteor

The solution solves my problem

 

Thank you ArtApa

Labels
Top Solution Authors