I need to create a format like a wiki table after pulling the data into alteryx.
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.