Re: Problem with importing tab-delimited csv file

2013-08-23 Thread Aloke Ghoshal
t; *Sent:* Friday, August 23, 2013 6:38 AM > *To:* solr-user@lucene.apache.org > *Subject:* Problem with importing tab-delimited csv file > > > I'm having trouble importing a tab-delimited file with the csv update > handler. > > My data file looks like this: > > "id&

Re: Problem with importing tab-delimited csv file

2013-08-23 Thread Jack Krupansky
Krupansky -Original Message- From: Rob Koeling Ai Sent: Friday, August 23, 2013 9:41 AM To: solr-user@lucene.apache.org Subject: Problem with importing tab-delimited csv file Thanks for the reply, Jack. It only looks like spaces, because I did a cut-and-paste. The file in question does

Problem with importing tab-delimited csv file

2013-08-23 Thread Rob Koeling Ai
ob Your data file appears to use spaces rather than tabs. -- Jack Krupansky From: Rob Koeling Ai Sent: Friday, August 23, 2013 6:38 AM To: solr-user@lucene.apache.org Subject: Problem with importing tab-delimited csv file I'm having trouble importing a tab-delimited file with the csv u

Re: Problem with importing tab-delimited csv file

2013-08-23 Thread Jack Krupansky
Your data file appears to use spaces rather than tabs. -- Jack Krupansky From: Rob Koeling Ai Sent: Friday, August 23, 2013 6:38 AM To: solr-user@lucene.apache.org Subject: Problem with importing tab-delimited csv file I'm having trouble importing a tab-delimited file with the csv u

Problem with importing tab-delimited csv file

2013-08-23 Thread Rob Koeling Ai
I'm having trouble importing a tab-delimited file with the csv update handler.My data file looks like this:"id" "question" "answer" "url""q99" "Who?" "You!" "none"When I send this data to Solr using Curl:curl 'http://localhost:8181/solr/development/update/csv?commit=true&separator=%09' --data @samp