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

what could be the reason for such error in a perfectly delimited file

The code does not work if unicode characters are present in the csv. Can you add that feature?

Hi, How to map an id to the es _id, so to make the index cheaper ? Looking at your example, I want potato_id be the es _id. See: http://stackoverflow.com/a/32334834/305883...

* Update csv2es.py to open doc_file in text mode * Update csv2es.py to parse doc_file using readline

I added an --existing-index option to skip index creation for those cases when you want to push deltas into your index.

hi have tried to use the library , but it hangs up. do you know why ? using python version : 2.7.5 Using host: http://eshost:9203 Index sample already exists Using...

Does csv2es support the 'array' and 'list' type? I was trying something like the following and the result didn't seem to be compatible. Any ideas? id, item, description, keywords 1,...

Nice tool. But I am surprised it does not recognize quoted CSV files. To me an absolute standard option. Instead it uploads all data as strings if you have a...

- Allows to setup custom analyzers and other settings only available at index creation (not during mapping) - Some PEP8 Cleanup - Incremented version to 1.0.2 - Updated HISTORY.rst -...

I am trying to index a huge CSV file (~35GB). I have kept the --docs-per-chunk as 500 and --bytes-per-chunk to 100000. But then the RAM gets filled up as and...