Fast CSV parsing

前端 未结 9 1363
名媛妹妹
名媛妹妹 2020-11-28 10:25

I have a java server app that download CSV file and parse it. The parsing can take from 5 to 45 minutes, and happens each hour.This method is a bottleneck of the app so it\'

9条回答
  •  难免孤独
    2020-11-28 11:21

    opencsv

    Take a look at opencsv.

    This blog post, opencsv is an easy CSV parser, has example usage.

提交回复
热议问题