Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

gmarziou/sandbox-java-csv-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-csv-parsers

Evaluation of several open source CSV file parsers written in java:

See JUnit tests in respective modules.

Initially in 2012, we evaluated javacsv, flatpack, opencsv and supercsv and chose opencsv.

In 2017, I updated this project to catch up with latest versions and removed javacsv and flatpack and I chose SuperCSV over OpenCSV because:

  • SuperCSV does not have dependencies compared to OpenCSV which requires commons-beanutils, commons-lang3 and commons-text.
  • SuperCSV supports Enums

Few experiments with Apache Tika for content parsing and extraction of many file formats. In version 0.7 (in 2012), it did not support CSV, now it does but I haven't tested it.

About

Playing with CSV file parsers in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages