Skip to content

lorant-v/csvparsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvparsing

A small Java project that demonstrates CSV parsing with unit tests.

Requirements

  • Java 11 or newer
  • Use the included Gradle wrapper (./gradlew or ./gradlew.bat on Windows)

Quick start

  • Build: ./gradlew build or ./gradlew.bat build
  • Run tests: ./gradlew test or ./gradlew.bat test

For example usage, see the tests in app/src/test/java/csvparsing.

Project layout

  • app/src/main/java — source code
  • app/src/test/java — unit tests
  • app/src/test/resources — test resources (e.g., file.csv)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages