How to extract specific data from a string in excel into a variable

You need to convert this to list below are the Example @Robot2_Automation you need to change according to your value
Option 1
Below Post will help you

Option 2
You can use the regex which pulls your data

Option 3
You can convert to a data table and pull the data

JsonConvert.DeserializeObject(jsonString, new DataTableConverter());

Option 4
You can try to get the good knowledge

SELECT id, JSON_QUERY(jsonData, ‘$.key_word’) AS value FROM your_table

Option 5
By using string manipulation

You can achieve this by using all 4 options, some of the solutions already given by @Anil_G @vrdabberu