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 way to debug this issue and secondly how do other people handle indexing data using csv data. -- Thanks Jay