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

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.

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.