Good and effective CSV/TSV Reader for Java

后端 未结 4 1286
南笙
南笙 2021-01-11 09:27

I am trying to read big CSV and TSV (tab-separated) Files with about 1000000 rows or more. Now I tried to read a TSV cont

4条回答
  •  庸人自扰
    2021-01-11 10:24

    I have not tried it, but I had investigated superCSV earlier.

    http://sourceforge.net/projects/supercsv/

    http://supercsv.sourceforge.net/

    Check if that works for you, 2.5 million lines.

提交回复
热议问题