Hey all,
I need to delete some "unkown" text inside some brackets which are loaded from being Text File to an Table.
Like in the example below. But my Problem is I don't have any idea to do it or even to start. I tried do load the Text to my Table and loop the String. Find to find brackets but I I just can't get any further.
Example Table
convert to
I would be grateful for any help or answer.
-xtc
I need to delete some "unkown" text inside some brackets which are loaded from being Text File to an Table.
Like in the example below. But my Problem is I don't have any idea to do it or even to start. I tried do load the Text to my Table and loop the String. Find to find brackets but I I just can't get any further.
Example Table
Code:
{ "id": 123456, "name": "Test", "projects": [ { "id": 4343, "customers_id": 666, "name": "testymctest", "number": null, }, ]
Code:
{ "id": 123456, "name": "Test", "projects": [ ]
I would be grateful for any help or answer.
-xtc
Comment