Look at the CSVParserTest if you have downloaded the code.
Your request made me realize we commented all this very well in the javadocs (Look at the javadocs for CSVParserBuilder or RFC4180ParserBuilder) but the example we have on the sourceforge page (http://opencsv.sourceforge.net/) could use some updating. Will try and look into tat in the next release.
but here is one of the unit tests we have that will give you an example.
withSeparator() in whatever builder you are using directly (CsvToBeanBuilder, most likely).
Look at the CSVParserTest if you have downloaded the code.
Your request made me realize we commented all this very well in the javadocs (Look at the javadocs for CSVParserBuilder or RFC4180ParserBuilder) but the example we have on the sourceforge page (http://opencsv.sourceforge.net/) could use some updating. Will try and look into tat in the next release.
but here is one of the unit tests we have that will give you an example.