I'm not good at English. Please point out if there is a strange sentence.
I have an issue. that is How implement ItemReader of two input for CSV file and Database. Spring Batch has JdbcCursorItemReader and FlatFileItemReader, but each class use one input Item only. I want implement that use both inputs by an ItemReader or an other class. Is this not should implement by Spring Batch ? if it's not good, so I think another means. that is process to second input by ItemProcessor or ItemWriter. someone please teach me.