I have HIVE table with string column, in one column it have numbers of values and I would like to split those values into columns. Here is sample column values.
End result should look like this

I have used split function, since values in columns is not at same location , I am getting wrong values in columns, is there any function which takes value base on its tag value
