This Java project reads data from CSV and Excel files and maps the content into Java DTOs (Data Transfer Objects).
- 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.
The project uses the following main dependencies:
- Apache POI (
poi,poi-ooxml) – For reading.xlsxExcel files. - TestNG – For writing and running tests.
All dependencies are managed via Maven in pom.xml.