Andrew Nagy wrote:
Hello - I am trying out the CSV importer and am curious with an error that I am
consistently running into. What am I doing incorrectly here? I am importing a
pipe delimited CSV file with quotes encapsulation.
Thanks
Andrew
curl
http://localhost:8080/solr/update/csv?header=true%26seperator=%7C%26encapsulator=%22%26commit=true%26stream.file=import/homes.csv
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 400 </title>
</head>
<body><h2>HTTP ERROR: 400</h2><pre>CSVLoader: must specify fieldnames=<fields>*
or header=true</pre>
<p>RequestURI=/solr/update/csv</p><p><i><small><a href="http://jetty.mortbay.org/">Powered by
Jetty://</a></small></i></p><br/>
take a look at the error:
"CSVLoader: must specify fieldnames=<fields>* or header=true"
either list the fieldnames or use the 1st line as the field names
(header=true)
ryan