taraslayshchuk / es2csv

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

Added --csvquoting(-c) argument for specifying CSV quoting type #18

Open fkpp opened 8 years ago

fkpp commented 8 years ago

This option adds the quoting type for the csv.DictWriter. Defaults to csv.QUOTE_NONE