I am exporting csv file and need to read line one by one.
One of the line in csv file contains the string "C:\Program Files\"
. Because of this line it throws the below error.
At D:\workdir\Neo4j_Database\Database1\import\Data.csv:22798 - there's a field starting with a quote and whereas it ends that quote there seems to be characters in that field after that ending quote. That isn't supported. This is what I read: 'CMM 10.0.1 Silent Installation will install SW always in "C:\Program Files"",V10.0, ,,,,,,,,105111,AVASAAIS AG,E,,"G,"'
If I remove the last \ of the line then it does not throw this error.
I am not sure how to resolve this without modifying the csv file.
Note: CSV loader used LOAD CSV.