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
Currently, CSV exports are named as csv. This is recognized by the system as a file without an extension and the user can get an error message about the unknown format and a prompt to select an associated app in some systems (Windows,...). Also, when importing this file in other programs, it is going to be filtered out because it does not have a requested extension.
A good solution would be to add a name to those files (e.x. data_export.csv
The text was updated successfully, but these errors were encountered:
Currently, CSV exports are named as
csv
. This is recognized by the system as a file without an extension and the user can get an error message about the unknown format and a prompt to select an associated app in some systems (Windows,...). Also, when importing this file in other programs, it is going to be filtered out because it does not have a requested extension.A good solution would be to add a name to those files (e.x.
data_export.csv
The text was updated successfully, but these errors were encountered: