I am new in Solr. I am trying to submit some files including XML, CSV, JSON and txt. There is no problem when I submit XML files. However, I can't submit the others. Here is the error I see: Unsupported ContentType: application/vnd.ms-excel Not in: [application/xml, application/csv, application/json, text/json, text/csv, text/xml, application/javabin]
Here is the question: People suggested me to use curl but I don't know how can I get curl. Curl is not mandatory if there is any other way to submit. I need your suggestions.
You can see the errors: ibb.co/k8Vphk and ibb.co/ig7D8Q
// I am using Windows //