Ihave data in one column, how to extract that?
For example: Shape_attribute is col name {"name":"circle","cx":371,"cy":2921,"r":73} {"name":"circle","cx":3712,"cy":29212,"r":73} {"name":"circle","cx":371,"cy":2921,"r":73}
I want output as follows:
name cx cy r
circle 371 2921 73
circle 3712 29212 73
circle 371 2921 73
Note: all 4 values are in same column shape_attributes