You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a field that needs to be able to use a comma inside of a single value. Is there a way I can escape the comma so it doesn't trigger an array? Because of backward compatibility, I can't use a better option than comma separation.
Example: I would like a way to make "a cool, nifty string" show up as a single string with comma separation enabled.
The text was updated successfully, but these errors were encountered:
I have a field that needs to be able to use a comma inside of a single value. Is there a way I can escape the comma so it doesn't trigger an array? Because of backward compatibility, I can't use a better option than comma separation.
Example: I would like a way to make
"a cool, nifty string"
show up as a single string with comma separation enabled.The text was updated successfully, but these errors were encountered: