I need to create a format like a wiki table after pulling the data into alteryx.
Header | Header | Header |
A | B | C |
1 | 2 | 3 |
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.
Solved! Go to Solution.
worked like a charm thanks!