The extension of the file output is .LI6, the base can be read by Notepad++.
The file has around 10 columns, but the length of each is not all consistent and it is delimited by varying space.
Example data, “|” indicates a split in column on Alteryx:
A | B | C | D | E
1230E | 20231031 | B | HSE | GHI-123456
The data is similar to the above for about 10k records. Now the spacing between A and B is 1 space, B and C has 3 spaces, C and D has 5 spaces, whilst D and E had 2 spaces.
How can we achieve this? Looking to learn!