You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2017/10/23 11:33:33 UTC

[GitHub] chengwei1231 commented on issue #1519: Choose encoding when export csv

chengwei1231 commented on issue #1519: Choose encoding when export csv
URL: https://github.com/apache/incubator-superset/issues/1519#issuecomment-338630415
 
 
   I modify config.py:
   CSV_EXPORT = {
       'encoding': 'gbk',
   }
   
   But it doesn't work.Using vim to view the downloaded file:
   fileencoding=utf-8
   
   Do I have an operation in error?
   

----------------------------------------------------------------
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