Re: Indexing using CSV

2016-03-21 Thread Zheng Lin Edwin Yeo
Are you using post.jar or other methods of indexing the CSV file? You have to ensure that the number of fields in your CSV file are the same as the fields in Solr. Also, each records in the CSV file must be on separate lines, and each record must have the same number of fields, with each field sep

Re: Indexing using CSV

2016-03-21 Thread Paul Hoffman
On Sun, Mar 20, 2016 at 06:11:32PM -0700, Jay Potharaju wrote: > Hi, > I am trying to index some data using csv files. The data contains > description column, which can include quotes, comma, LF/CR & other special > characters. > > I have it working but run into an issue with the following error >

Indexing using CSV

2016-03-20 Thread Jay Potharaju
Hi, I am trying to index some data using csv files. The data contains description column, which can include quotes, comma, LF/CR & other special characters. I have it working but run into an issue with the following error line=5,can't read line: 5 values={NO LINES AVAILABLE}. What is the best wa