aslam.shahulhameed
Jul 9th, 2007, 05:31 AM
Hi Dave,
Does spring Batch support multiple I/O files in a single jobRun for a particular scheduleDate.
Scenario:
Read 100 rows from the database and write to file, Output file can have atmost 50 lines(rows). So does spring batch support creating 2 files each containing 50 lines (filename.txt.001 & filename.txt.002).
Does spring Batch support multiple I/O files in a single jobRun for a particular scheduleDate.
Scenario:
Read 100 rows from the database and write to file, Output file can have atmost 50 lines(rows). So does spring batch support creating 2 files each containing 50 lines (filename.txt.001 & filename.txt.002).