Unable to import csv file

Hi guys, I am trying to ingest a CSV file but having error during importing. As shown, there is a mapping error to parse date field. This is attempted in our server running Elasticsearch 7.3.2. On my local machine, I managed to import the data just fine, with the same exact configuration, but running Elasticsearch 6.8.6.

1 Like

Hello farhan,
This appears to be related to Elasticsearch’s migration from joda time to java.time. If you change the date format from dd-MM-yyyy'T'HH:mm:ssZ to dd-MM-yyyy'T'HH:mm:ssX then it would work on 7.3.2. Let me know if you face any other issue.

Regards,
Varun

1 Like

Changed the format and it works! thank you!

1 Like