0

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 //

mfatihk
  • 136
  • 2
  • 11
  • You seem to be uploading a Microsoft Excel file. That's not supported. Try to export that into a CSV file and then submit that. – Secespitus Jun 28 '17 at 10:57
  • It is not Microsoft Excel file but even if it is Excel file, I can't submit json or txt files too. But there is no problem with XML files. – mfatihk Jun 28 '17 at 11:02
  • You can see the errors: https://ibb.co/k8Vphk and https://ibb.co/ig7D8Q – mfatihk Jun 28 '17 at 11:12

0 Answers0