Hi
I am trying to parse a FIX file, which I understand is a type of XML file in that each field within a record has its own header. So in the example below (which I have put into columns), the numbers in black (34, 52, etc) are field headers and those in blue are the actual data.
My problem is that a simple text to column parse as per below will not work as the nil value fields are not recorded and hence the records are multi length (see field headed '6' below as an example).
To parse this I guess I can spend some time writing lengthy IF-THEN statements, but I am just wondering if there is a quick way to parse this using a standard AlteryX tool(s)? I had a go with the XML parser, but did not get far. There are over 300 or so headers so I am hoping I can create the column names dynamically.
If anyone has an existing workflow or any tips, I would hugely appreciate...Newbie to AlteryX, so apologies if I am missing something obvious...
Many thanks!
| 34=198 | 52=20181106-08:01:25 | 50=XXX | 57=SEIDNI2 | 128=SEIDNI | 6=37.33 | 11=005820181105-DNI | 14=29 |
| 34=199 | 52=20181106-08:01:29 | 50=YYY | 57=SEIIWA3A | 128=SEIIWA3 | 1=569_C11_TPAB | 6=40.381 | 11=000420181105-IWA3 |