A small Java project that demonstrates CSV parsing with unit tests.
- Java 11 or newer
- Use the included Gradle wrapper (
./gradlewor./gradlew.baton Windows)
- Build:
./gradlew buildor./gradlew.bat build - Run tests:
./gradlew testor./gradlew.bat test
For example usage, see the tests in app/src/test/java/csvparsing.
app/src/main/java— source codeapp/src/test/java— unit testsapp/src/test/resources— test resources (e.g.,file.csv)