Hi,
I need to parse multiple fields and was in search of a way to do this in Alteryx without having to drop in a large number of text to columns.
The data
1 | 2 | . . . |
[Product],[Date] | [Product],[Date] | . . . |
[Product],[Date] | [Product],[Date] | . . . |
. . . |
to
1 | 1 | 2 | 2 |
[Product] | [Date] | [Product] | [Date] |
[Product] | [Date] | [Product] | [Date] |
I need to be able to do this on 200+ fields, does anyone know if alteryx can handle that?'
-Kyle