I am using super CSV to parse CSV file in my portlet.
My CSV format is something like as below.
;A,BC,DE ;123 ;xyz ;Instruction ;etc Column1,Col2,col3 Val1,Val2
All I am interested in reading columns and value , I want to ignore anything above that or one which has semi-column in it.
How can I do that with help of SuperCSV ?
Thanks, Sagar Vyas