We have Json Variant column in the table. The column D has json variant value like this:
[
"[{\"xyz_id\":0001,\"abc_id\":10032,\"dis_name\":\" AP 20%\",\"dis_type_name\":\"Subtotal Dis\",\"disc_rate\":20.0,\"discount_total\":-1.0000}]"
]
We want to Create new Column E as xyz_id in that Column. we need to Strip out this values ()