Hi,
Please see this video:
Basically I want to turn ALL fields from an API response that are formatted as arrays into normal text.
["Degree"]
should become
Degree
I can easily do it on a field by field basis with an extract pattern text formatter like this
But I want to do it for all array fields in a response.
Please see this video:
Basically I want to turn ALL fields from an API response that are formatted as arrays into normal text.
["Degree"]
should become
Degree
I can easily do it on a field by field basis with an extract pattern text formatter like this
But I want to do it for all array fields in a response.