Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2015
Added on May 10 2015
0 comments
434 views