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

creating a wiki table

AA007
8 - Asteroid

I need to create a format like a wiki table after pulling the data into alteryx.

 

HeaderHeaderHeader
ABC
123

 The format may be similar to 
{|

|-
|Header||Header||Header

|-

||A||B||C

|-
||1||2||3
|-
|}


The data table is dynamic and is not limited to certain number of rows or columns. 
Any Help is appreciated.
The output needs to a txt file; input being a excel file.

2 REPLIES 2
markcurry
12 - Quasar

Hi @AA007 

 

Have a look at the attached workflow, hopefully it points you in the right direction....

 

Create Wiki.png

AA007
8 - Asteroid

worked like a charm thanks!

Labels
Top Solution Authors