Read excel file and search in elastic search

Hi
I have a 20 millions rows student document in elastic search and I have excel file with 7000 rows that have students mobile number and I want to find all these students national No and students code in elastic search. I don't know how to read and search from a file.
Thanks a lot for any help

You will need an external process that reads your excel spreadsheet and updates your Elasticsearch documents accordingly. You will probably have to write it yourself, I don't know of a tool that could do this automatically.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.