0.49 localization breaking exports including apis

Hi,

our csv exports are exporting with (example of integer) "123,456,789" so yes we can fix this manually holding option or alt to download the file..

However, we were using api calls to export data automatically, however, all the apis have no option to use unformatted. There should be an override to globally to set a unformatted option for gui and apis.

Short of trying to downgrade back to 0.48 before this was implemented in 0.49, any other suggestions?

Hello,

There is an option in the API to disable formatting on export. The parameter is a boolean field called "format_rows". So if you're using the /api/card endpoint, for example, you might have a call like this:

YourMetabaseUrl.com/api/card/YourCardID/query/json?format_rows=false