Hi experts,
I have a requirement to change the value of the strings to column names.
For ex:
ID String_value
1 name=abc;dept=123;grade=A
i want the output result as:
ID Name dept Grade
1 abc 123 A
Please suggest some resolution for this.
Regards,
Jayant