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.