csv2es icon indicating copy to clipboard operation
csv2es copied to clipboard

Load a CSV (or TSV) file into an Elasticsearch instance

Results 26 csv2es issues
Sort by recently updated
recently updated
newest added

Bumps [joblib](https://github.com/joblib/joblib) from 0.8.4 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Hi friend, I would like to suggest that you could refactor your this package using Poetry. I have some issues trying to install csv2es breaking my other installed packages. I...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.10.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Trying: `python csv2es.py --index-name test --doc-type test --import-file test.csv` gives: ``` Using host: http://127.0.0.1:9200/ Traceback (most recent call last): File "csv2es.py", line 215, in cli() File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 664, in...

Adds the following options ``` --csv-clean-fieldnames Strips double quotes and lower-cases all CSV header names for proper ElasticSearch fieldnames --csv-date-field TEXT The CSV header name that represents a date string...

Hi, Is it possible to use csv2es to index data to a an AWS ES instance? Can I pass in the dictionary of parameters? I am currently using as AWS4AUTH...

How to read a new csv file and store the records in already existing index using this ? If i try giving command, i get this : raise error_class(status, error_message)...

Allow the user to specify an `id` field for the document to uniquely identify it when sending it to Elasticsearch. By default Elasticsearch will generate its own unique document identifiers.

enhancement

I installed it but: Traceback (most recent call last): ``` File "/usr/local/bin/csv2es", line 5, in from pkg_resources import load_entry_point File "/Library/Python/2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 2671, in working_set.require(__requires__) File "/Library/Python/2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 654, in...

When we have an empty string in csv, and this field is date type in elastic search 1.7 we get an exception from ES : `([{u'create': {u'status': 400, u'_type': u'csv_type',...