Closed shaan1337 closed 5 years ago
Hey @shaan1337, It always nice to know that people are using esl and willing to help (: I didn't add this kind of parsing logic to esl due to several concerns and wanted to understand the motivation behind the pr:
--index-settings-file
(see #53 #39)Hey @moshe thanks for the quick feedback! I had a use case where the fields could vary and number of fields in the csv file was really large (300+), so defining a mapping would be quite hard.
hello @moshe, I'll close the PR if there are no plans to integrate this option in the near future (it's also a relatively rare use case I guess). thank you!
Thank you @shaan1337 I will ping if I will have a change in the plans.
Add option
--parse-types
tocsv
command to attempt discovering data types of CSV columns. This allows dynamic mapping in elasticsearch to work for CSV files instead of usingstring
for all fields.The following test file was used: dataset.csv.zip