I have some values in a column that looks like this:
{"template":{"module":[{"id":"module-12","header":[{"id":"title","value":"Cycle in Comfort","decorators":[]}],"paragraph":[{"id":"description","value":["This folding exercise bike features a heavily-padded seat and backrest for your comfort."]
Is there any way I can extract information from it and paste it in other columns? Information that need to be extracted:
module-12
Cycle in Comfort
This folding exercise bike features a heavily-padded seat and backrest for your comfort
Any advice on extracting the needed information?