taraslayshchuk / es2csv

Export from an Elasticsearch into a CSV file
Apache License 2.0
511 stars 190 forks source link

support ES document type #13

Closed jing-code4value closed 8 years ago

jing-code4value commented 8 years ago

thanks for feedback @taraslayshchuk. Code updated accordingly. Since multiple values supported for doc types, option renamed to doc_types.

taraslayshchuk commented 8 years ago

Thanks, according to renaming could you please correct the readme - --doc_type -> --doc_types ?

taraslayshchuk commented 8 years ago

And there is conflicts now, @code4value could you please resolve it?

jing-code4value commented 8 years ago

readme updated and conflict resolved

taraslayshchuk commented 8 years ago

Great job, thanks for adding this feature!