Split cdt

I have this below cdt

{{id:1, name:"abc"},{id:2,name:"abc;pqr"}}

I need to transform this cdt into this:

{{id:1, name:"abc"},{id:2,name:"abc"},{id:2,name:"pqr"}}

Any code snippet for this?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data