How to remove [" and "] from every field in a response?

apps

Member
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

1719588701343.png


But I want to do it for all array fields in a response.
 
Top