Nobody knows?
Type: Posts; User: fednad; Keyword(s):
Nobody knows?
<bean id="offresReader" class="org.springframework.batch.item.file.FlatFileItemReader" scope="step">
<property name="resource" value="#{jobParameters['input.offres.file']}"/>
<property...
Hi,
I've a flatfile which may contain data that result into many objects : Sample :
AAA;10;15;...
That means i've to create 6 items :
(AAA,10) (AAA,11) (AAA,12) (AAA,13) (AAA,14) (AAA,15)
...
Hello,
I try to understand every parts about Spring Batch framework (for usecases) and i don't see what is the interest of the repeat part of this framework.
Could you give me a concrete sample...