the csv field looks like
Sno Item productid description
10 Camera 92 it is cannon “HD with long focus”
When the csv is indexed in solr the data which is given within (“”) cannot be indexed and throws an error.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried with the method suggested in the wiki?
Tab delimited file could be imported into solr by setting the separator to tab (%09) and the escape to backslash (%5c), like this: