I have a column in my table which contains values as ... "FilterA:123,234,34;FilterB:12,23;FilterC:;FilterD:45;"
...Filters are separated by ';' and the values of each filter are separated by ','. There is a ':' in between a Filter's name and it's valu...