Hey all
I am trying to “parse” an array of text in order to extract the relevant information I need into another app into separate fields
The array contains bedroom surfaces in the following way:
structure__areas__bedrooms:
1:size:
5
units:
m²
2:size:
6
units:
m²
I need to get the “5” in a field, the “6” into another field.
Any ideas ?