-
Feature Request
-
Resolution: Unresolved
-
Major
-
1.3.0.Beta4
-
None
Current implementations of ItemReader all take a single resource as the input. Oftentimes batch applications need to read from multiple resources, e.g., all CSV files under the same directories. Need to implement a MultiResourceItemReader that reads from multiple resources as if they are a single logic unit.
Note that it can be hard to do rollback across resource boundaries, for instance, if it failed at the beginning of the 2nd file with the current chunk spanning across 2 files. Or should we just commit the chunk at the end of one resource, regardless of the item count?
- is related to
-
JBERET-315 Implement ItemWriter that writes to multiple resources
- Coding In Progress
- relates to
-
JBERET-24 Implement csv ItemReader
- Resolved
-
JBERET-31 Implement json ItemReader
- Resolved
-
JBERET-37 Implement batch xml ItemReader
- Resolved
-
JBERET-70 Implement Excel ItemReader
- Resolved
-
JBERET-161 Implement JacksonCsvItemReader and JacksonCsvItemWriter
- Resolved
-
JBERET-68 Implement Fixed length ItemReader
- Resolved