You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/09/04 14:10:20 UTC

[GitHub] zhaoyongjie commented on issue #5806: When export to CSV on a Windows OS, use a independent encoding settin…

zhaoyongjie commented on issue #5806: When export to CSV on a Windows OS, use a independent encoding settin…
URL: https://github.com/apache/incubator-superset/pull/5806#issuecomment-418381301
 
 
   if you can tuning flag csv_export like:
   ```superset_config.py
   CSV_EXPORT = {
       'encoding': 'utf-8-sig',
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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