I am using the default constructor and the default escape character which is backslash.
So the CSV format is like this "value1","value2","value3","value4"
The values are read from the CSV file , Windows XP OS.
Now the problem is that when the value as a double quote in it like this "aa"," I am "fine", what about u?", "232", I do not understand how to escape the double quote.
Can some one please help me here?
Double quote the quote characters
Update
This answer was an extract from the following groovy test file OpenCSVTest.groovy:
Run as follows: