Error uploading files with Data Import


#1

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?


#2

Try increasing the number of lines analyzed. If the lines analyzed does not contain decimal values, the system could think it is of type long.