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
Right now we are doing custom splits and joins on commas everywhere. Which mostly works, but means that users cannot, for example, send a message with a date field and then format that date to "May 20, 2024". Users should be allowed to use commas if they want, and we should be able to handle, but we don't want to support it with a lot of custom code, so use CSVReader and CSVWriter instead.
NOTE: This will require changes on both the admin and the API side.
The text was updated successfully, but these errors were encountered:
Right now we are doing custom splits and joins on commas everywhere. Which mostly works, but means that users cannot, for example, send a message with a date field and then format that date to "May 20, 2024". Users should be allowed to use commas if they want, and we should be able to handle, but we don't want to support it with a lot of custom code, so use CSVReader and CSVWriter instead.
NOTE: This will require changes on both the admin and the API side.
The text was updated successfully, but these errors were encountered: