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
When you use the export module of this widget the special characters like ú aren't accepted, and show up as ú. The csv is UTF-8 encoded but we would like to have it in ANSI for windows display. On import in excel you are able to adjust it, but would be better if it could be updated directly so also these characters are accepted.
The text was updated successfully, but these errors were encountered:
The data is retrieved in the backend and then exported. That is all UTF-8, which should handle special characters just fine, also on Windows machines. The export in the demo app is provided as an example only on how to handle the export request sent by the widget. Feel free to adjust the Mendix objects to your needs.
When you use the export module of this widget the special characters like ú aren't accepted, and show up as ú. The csv is UTF-8 encoded but we would like to have it in ANSI for windows display. On import in excel you are able to adjust it, but would be better if it could be updated directly so also these characters are accepted.
The text was updated successfully, but these errors were encountered: