Saving Struct Data as String Array through parse server with streams

Hi,
I have a self hosted parse server, integrated with streams and struct data within logs are saved as a single string where values are separated with comma.
Previously on cloud servers, they were saved as string array.

Is there a configuration to save struct data as string array through parse server?

I think, having struct data saved as string array is much better, because, if struct data has a string with a comma in it, it’s much easier to get values separately.

there is a place in the self hosted server where the data is pre processed saved in the database, you could change that code to adapt it to your needs

Could you give me a link to a documentation or an example?
I couldn’t manage to find this out :sweat:

Try to search in the code where the webhook data is processed. There is a forum post that has an example