Hi guys, I’m using the Data Import to index some csv data into Elasticsearch. The csv is not that large (about 11Mb) and when I add it to the uploader I’m getting the following error:
"cannot parse [32.53] to long"
For some reason is trying to turn that value into long. Is there anything else I should do?