As a user, I need to be able to export data in the format I have set instead of a standardised format when exporting as .CSV.
For example, I want to be able to export
- Large numbers - The option to export "1,000,000,000,000" rather than "1.0E12"
- Small numbers - The option to export "0.00001" rather than "1.0E-5"
My data feeds other systems that do not accept scientific notation and I currently have to create external workarounds for this