Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 272 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 272 Bytes

springbatchcsvprocessor

  • A sample spring batch project which reads csv file (sample provided in inboundDir folder) , perform ETL and then stores the data to an in-memory H2 database.
  • The batch process has to be triggered through the rest call to endpoint /startjob.