Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subhashchandra-birajdar/csv-file-upload

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
https://github.com/subhashchandra-birajdar/csv-file-upload

csvreader data-jpa monolithic mysql opencsv spring spring-boot spring-mvc

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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