nfalco79 commented on issue #18218:
URL: https://github.com/apache/superset/issues/18218#issuecomment-1542676084
@rusackas I can confirm that with superset 2.1.0 we have the same issue. The
CSV separator is taken (from , to ;) but the decimal separator for money column
in CSV does not work.
We have customize the currency column with
```
CSV_EXPORT = {
"encoding": "utf-8",
"sep": ";",
"decimal": ","
}
D3_FORMAT = {
"decimal": ",",
"thousands": ".",
"currency": ["€", ""]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]