I couldn't find an answer for my question through google or the forum so I figured I'll just post it here as a question for anyone else having the same issue.
I would like to change the CSV seperator for our E-Mail Alerts (for the attached .csv files with the whole alert)
It is currently set to ',' and I would like to change it to ';'
I couldn't find an option for this in the alert settings or in the administrative settings.
I am currently running the self hosted metabase version 0.41.4
Hi @flamber
thank you very much for the quick response.
Guess I'll have to wait or instruct my users to change the formatting in excel.
In Germany the standard seperator is a semicolon because we format numbers like this: 139,30 and therefore can't use a comma as the standard seperator.
@haas_zoeller I'm from Denmark, so use similar delimiter styles, but CSV is a computer format, where numbers uses dots (US style) as delimiter (139.30), and when strings contains commas, then the strings are quoted (139.30,"some,string",another string,123.45)
@flamber
Thank you for the explanation. When using a german installation of Excel it just doesn't interpret the standard formation correctly. I'll have to show my users how to do it manually. Thank you very much for your time and effort
Have a great day.
Apologies if I'm mistaken, but I'm having trouble customizing the CSV separator in Metabase, a global tool. The GitHub link provided discusses customization in the Upload feature, but I couldn't find a way to customize the separator when using the Download Full Results functionality. Is there a solution for this in both the open-source and paid versions of Metabase?