How to skip some lines based on condition in my csv to csvToBean using Filter with OpenCSV?

后端 未结 0 1888
醉酒成梦
醉酒成梦 2020-12-19 12:59

My Csv class file

public class shop extends provider implements Serializable{

    @CsvBindByName(column = "transaction_id")
    private int txnId;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题