You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature allows bulk data import into the system by uploading CSV files. It streamlines data entry fots, ensuring efficient and accurate updates to the database. Used opencsv
It will read data from CSV file and store into database.
CSV File in Storage Folder
Built tool we used - Maven
Required Dependency for this repository :
spring-boot-starter-web
spring-boot-starter-data-jpa
spring-boot-devtools
mysql-connector-j
lombok
opencsv
About
This feature allows bulk data import into the system by uploading CSV files. It streamlines data entry fots, ensuring efficient and accurate updates to the database. Used opencsv