https://github.com/avidee007/file-processor
Restful API to take csv file as input, reads its content line by line and save that into PostgreSQL database.
https://github.com/avidee007/file-processor
csv csv-parser postgresql spring-boot spring-data-jpa spring-web
Last synced: 10 months ago
JSON representation
Restful API to take csv file as input, reads its content line by line and save that into PostgreSQL database.
- Host: GitHub
- URL: https://github.com/avidee007/file-processor
- Owner: avidee007
- Created: 2023-09-25T07:42:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T07:58:26.000Z (over 2 years ago)
- Last Synced: 2025-03-14T16:12:03.911Z (about 1 year ago)
- Topics: csv, csv-parser, postgresql, spring-boot, spring-data-jpa, spring-web
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains spring boot application which takes csv file as input, reads its content line by line and save
that into PostgreSQL database.