byklyci / spring-batch-csvToPostgreSQL

Spring Batch simple example for reading csv file with itemReader, process it with itemProcessor and write PostgreSQL with itemWriter. Also, archieve and delete csv file after job finished.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-batch-csvToPostgreSQL

Spring Batch simple example for reading csv file with itemReader, process it with itemProcessor and write PostgreSQL with itemWriter. Also, archieve and delete csv file after job finished.
Spring Batch terminology used in the project:
-> FlatFileItemReader
-> ItemReader
-> ItemProcessor
-> ItemWriter
-> Tasklet(FileDeletingTasklet)
-> PostgreSQL

About

Spring Batch simple example for reading csv file with itemReader, process it with itemProcessor and write PostgreSQL with itemWriter. Also, archieve and delete csv file after job finished.


Languages

Language:Java 100.0%