An easy to use Java CSV File Handler library based on Apache Commons CSV
see unit tests
Add this in your build.gradle
file:
repositories {
maven { url 'https://jitpack.io' }
}
...
dependencies {
compile 'com.github.atz3n:easyCsvHandler:v0.4'
}
Download the library