Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subhashchandra-birajdar/csv-file-upload
- Owner: Subhashchandra-Birajdar
- Created: 2024-08-17T17:19:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T05:59:55.000Z (6 months ago)
- Last Synced: 2024-11-20T15:56:48.822Z (3 months ago)
- Topics: csvreader, data-jpa, monolithic, mysql, opencsv, spring, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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