Skip to content

This is to demo how to use Spring-Batch with multiple writers based on conditions

Notifications You must be signed in to change notification settings

bigzidane/example-springbatch-multiple-writers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-springbatch-multiple-writers

This is to demo how to use Spring-Batch with Multiple Writers based on Conditions

  • This job takes a file as an input parameter. The files contains 2 columns id and name.
  • The job will write into 2 files
    • All IDs are less than the number 16 will be stored as under16.csv
    • All IDs are more than the number 16 will be stored as over16.csv

About

This is to demo how to use Spring-Batch with multiple writers based on conditions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages