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