Hello,

can somebody please give me advice how to configure the MultiResourceItemReader so that all *.txt and all *.csv files are read?

I am thinking about something like:

<bean id="multiResourceReader"
class="org.springframework.batch.item.file.MultiRe sourceItemReader">
<property name="resources" value="classpath:/*.txt;*.csv" />
<property name="delegate" ref="itemReader" />
</bean>

Thanks and br,
Elmar