The current code was always splitting strings on spaces whenever the schema listed the property as a stringarray. This meant that all strings, even actual string arrays, were always split on spaces.
Updated the code to split on comma, which not makes sure multi values are correctly split.
The current code was always splitting strings on spaces whenever the schema listed the property as a stringarray. This meant that all strings, even actual string arrays, were always split on spaces.
Updated the code to split on comma, which not makes sure multi values are correctly split.