Skip to Main Content

Looking for the fastest open source library to parse CSV file in Java

jerrysivan-JavaNetMay 10 2015 — edited May 10 2015

I would like to to read and process huge CSV files with millions of records, which we collected from the communications carriers' network.

Here is my logic as a simplified procedure:

1) Read the CSV file with FTP protocol

2) Parse the CSV file with my own logic, such as combination, duplicates deletion and so on.

3) Store the parsed data into the MySQL database.

4) Do analysis based on the MySQL database.

5) Generate report as Excel,PPT,Word.

Currently we are using the library JavaCSV, but it's not good enough for my project. The fastest library I could find recently is uniVocity-parsers at https://github.com/uniVocity/univocity-parsers.

Do you have any other suggestion? Thanks.

Post Details
Locked due to inactivity on Jun 7 2015
Added on May 10 2015
0 comments
20 views