default_array_separator - eisclimber/ExPresS-XR GitHub Wiki
Field in CsvUtility
The character that is used to separate values in an array. Be careful as this might cause issues of csv files that use ',' as column separator.
public const char DEFAULT_ARRAY_SEPARATOR = ',';