On Dec 2, 2007, at 6:00 PM, Andrew Nagy wrote:
On Dec 2, 2007, at 5:43 PM, Ryan McKinley wrote:
try \& rather then %26
or just put quotes around the whole url. I think curl does the
right thing here.
I tried all the methods: converting & to %26, converting & to \& and
encapsulating the url with quotes. All give the same error.
curl http://localhost:8080/solr/update/csv?header=true\&seperator=%7C
\&encapsulator=%22\&commit=true\&stream.file=import/homes.csv
seperator -> separator ? Does that help?