Hi @alex ,
It sounds like the special characters not displaying correctly might be due to an encoding issue. I tried exporting a table with special characters myself and couldn’t reproduce the issue, so it might be specific to the program or settings you’re using to open the CSV file.
Here are a few things you could try:
Some programs, like Excel, may default to a different encoding based on system settings, which can cause issues with special characters. When opening the file in Excel, for example, you can use the “Import” feature and manually select UTF-8 encoding to preserve characters like “Å,” “é,” or “ñ.”
If you’re still having issues, try opening the CSV in a text editor like Notepad or VS Code, making sure it’s set to UTF-8 encoding. This can help verify if the special characters were saved correctly.
Let me know if this helps, or if you’re still running into trouble!