I am trying to unstack the results from parsing data from field in .kml using RegEx. My regex is <[^>]+>([^<]+)</[^>]+> with tokenize output split to rows. One record would be Name - Value Odd - Value Even, then repeat. My current dataset consists of 66 records per name. Recommendations on unstacking or working with HTML data to end up with a nice table? May look at Python using beautifulsoup, which is a learning curve. Thanks folks.
Solved! Go to Solution.
Thanks Andrew and Qiu. Both solved my problem. I've not used the Tile tool before.
@w_gore
Glad to help.