Hi Team,
I have a column of data in a text like
Column name:
abcde;def;567;name1:bk;name2:bh
I would want to take out values name 1 as a column with value as bk and name 2 as a column with value as bh
the column has a lot of bad data as well.
what is the best way to achieve this