taraslayshchuk / es2csv

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

es2ecv can not support encoding #59

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi,

I use es2csv -u http://127.0.0.1:9200 -i sample_index -q 'name: test' -o sample.csv but i see csv output file that is not encode values,

Thanks,