Skip to content
Advertisement

Tag: dozer

How to isolate an instance of a class with SuperCsv?

Actually I have a class ArticleModele where I store the content of the columns of the .csv, but I don’t know how to access to a particular instance of the class which corresponds to a particular row in the .csv. Here is my code: And here is the class: Answer The code returns with last result, as it overwrites articleModele.

Advertisement