CSV Format change in 0.49.1

Hi,

Since version 0.49.X, CSV format for the /api/dataset/csv endpoint has changed for date and number and our internal tools are broken because of parsing issue.

Before, date was exported as 2022-01-01T00:00:00.000000 and now it's like March 25, 2024, 10:18 AM.
Same for number, before we got 1000 and now 1,000.

Is there a way to get the same result than before ?
I see that now, csv export uses the Localization parameters defined in the admin panel. But how can get the previous version ?

Thank you for your help

We’re building new api endpoints to support the previous behavior

Thank you for this response.
Do you have a idea of when the endpoint will be available ?

Thank you for your work :slight_smile:

Following..

Also wanted to make a request for this format to be one of the options. At the moment the closest you can format it is this: YYYY-M-D (not MM, DD) seems like that would "fix" the issue without the API updates and give a nice ISO date..

Thanks for the work!

v49.3 or 49.4

Thank you :slight_smile: