Skip to content

This Java project reads data from CSV and Excel files and maps the content into Java DTOs (Data Transfer Objects)

antoanetatanasova/data-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-reader

This Java project reads data from CSV and Excel files and maps the content into Java DTOs (Data Transfer Objects).

Features

  • Supports both CSV and Excel (.xlsx) file formats.
  • Maps input data to custom Java DTOs.
  • Uses Apache POI for Excel parsing.
  • Easily extendable for different data structures or DTOs.
  • Includes TestNG setup for testing.

Dependencies

The project uses the following main dependencies:

  • Apache POI (poi, poi-ooxml) – For reading .xlsx Excel files.
  • TestNG – For writing and running tests.

All dependencies are managed via Maven in pom.xml.

About

This Java project reads data from CSV and Excel files and maps the content into Java DTOs (Data Transfer Objects)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages