A robust and scalable Spring Boot REST API that imports bulk data from CSV and Excel (.xlsx) files, validates each record, stores import results, tracks import jobs, prevents duplicate file uploads ...
Overview This system allows enterprise users to upload large CSV/Excel files containing bulk data. Each record is streamed, validated using Bean Validation, and persisted in batches. The system tracks ...