I'm trying to read a CSV file in Java using openCSV. However the csv file uses <
and >
as quote characters instead of "
.
According to this there is a way to change the quote character used, but is it possible to change to <
and >
? If so, how?