Hi,
I have a series of .csv files that contain 2d x&y coordinates like so
{x:416.83624,y:379.13855,status:0},{x:415.50653,y:378.78394,status:2},{x:414.4428,y:379.13855,status:2},...
There are thousands of these points, all in text in one cell.
How can I pull out the x & y coordinates and drop...