Hi All,
I am using openCsv to bind the csv content to
java bean object.
Below is the code snippet,
Above code works fine if my bean class as below
But the problem if setCode of my bean class accept any other datatype other than
String. If the getters/setters are changed as below
Then it throws exception while parsing csv file, does that mean it will work only for strings.
Thanks in Advance.