When uploading a csv, most of the times there is a different date format for the date field. If you want to explicitly set the date format, you need to use an index template with an order of 0 so it picks up what you define there. Otherwise, none of the data will be imported because you will get the following exception:

We need to have an easy way to define the date pattern for this specific csv, otherwise the csv import is pretty unusable.
When uploading a csv, most of the times there is a different date format for the date field. If you want to explicitly set the date format, you need to use an index template with an order of 0 so it picks up what you define there. Otherwise, none of the data will be imported because you will get the following exception:
We need to have an easy way to define the date pattern for this specific csv, otherwise the csv import is pretty unusable.