DEV Community

Swapnil Gupta
Swapnil Gupta

Posted on • Updated on

How to import CSV data in spring boot to save in PostgreSQL: Spring Batch

This could be done using OpenCSV, Apache POI and Spring Batch

if you have small amount of Data we can use OpenCSV, if we are using Excel we can use Apache POI, today we tackling the large dataset set situation that we can use Spring Batch .

large dataset can be handled using Spring Batch .

Top comments (0)