taraslayshchuk / es2csv

Export from an Elasticsearch into a CSV file
Apache License 2.0
510 stars 191 forks source link

Chinese characters in the list are missing data #84

Open believexin opened 3 years ago

believexin commented 3 years ago

The field contains Chinese content and the field type is list

Solution: reload(sys) sys.setdefaultencoding("utf-8")