Hi @PANDEY Prashant,
Please try with below steps.
Frist add a Derived Column:
first part: TOKEN(data,":",1)
second part: RIGHT(data,FINDSTRING(REVERSE(data),":",2) - 1)
And then add another Derived Column after that.
target:[first part] + ":" + "<a href=" + """ + [second part] + """ + "><u>" + [second part] + "</u></a>"
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.