DEV Community

Swapnil Gupta
Swapnil Gupta

Posted on • Edited 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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay