You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dorisbakker (via GitHub)" <gi...@apache.org> on 2023/10/10 08:32:49 UTC

[I] Special characters in a csv export [superset]

dorisbakker opened a new issue, #25589:
URL: https://github.com/apache/superset/issues/25589

   When data is exported to a csv document and data contains special characters (e.g. ë/é etc.) this is not correctly shown. 
    So when you go to a dashboard that contains a table chart and you click on export to csv, open the csv report.
   
   ![bug superet](https://github.com/apache/superset/assets/146943906/fece1d8d-0e0e-4286-a177-a3570d6842ff)
   
   It would help us a lot when this will be fixed. 
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Special characters in a csv export [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #25589:
URL: https://github.com/apache/superset/issues/25589#issuecomment-2013205983

   This seems to be working fine in current Superset. I was able to export the Unicode Test dashboard contents from both the Dashboard and Chart Builder contexts.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Special characters in a csv export [superset]

Posted by "mvsenin (via GitHub)" <gi...@apache.org>.
mvsenin commented on issue #25589:
URL: https://github.com/apache/superset/issues/25589#issuecomment-2090357534

   @rusackas Hi Evan, 'm not sure if my case is the same one, but export to CSV with windows-1251 encoding (activated via config.py) fails with the error 500, for instance, when there is a Greek Capital Letter Sigma in a field. Also some others special characters lead to the fail with windows-1251.
   
   Could you please clarify which module is responsible for that? We have a chance to fix that in our environment.
   
   Thank you.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Special characters in a csv export [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #25589: Special characters in a csv export
URL: https://github.com/apache/superset/issues/25589


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Special characters in a csv export [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #25589:
URL: https://github.com/apache/superset/issues/25589#issuecomment-2091229238

   @mvsenin a little `git blame` leads to this PR: https://github.com/apache/superset/pull/3441/files
   
   Hope that helps put you on the trail to a fix. a PR and/or docs to help others would be appreciated!


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org