taraslayshchuk / es2csv

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

Non-ASCII characters not exported correctly #83

Open varunsaik opened 3 years ago

varunsaik commented 3 years ago

I have non-ascii data in elastic search which is being exported as קו×, भारत. I am using es2csv@5.5.2. Is there any work-around for this issue?

lewie6 commented 3 years ago

Hey @taraslayshchuk @pokab @eduardofv @geekspeed @code4value @pandaadb any ideas on this? Looks like this was fixed here: https://github.com/taraslayshchuk/es2csv/issues/3 But still we get this problem Thanks

pokab commented 2 years ago

I'm not really invested in this project anymore, but a few questions are: are you still using python 2.7, or python 3.x to run it? What platform? Is your default character encoding? The fix was, at that time, designed for Python 2.7. Python 3.x works a bit differently specifically with strings and byte objects.

eduardofv commented 2 years ago

Sorry, it's being a long time and we are not using es2csv any more