That did exactly what I want! Many thanks!
:D
Type: Posts; User: aburton; Keyword(s):
That did exactly what I want! Many thanks!
:D
Just found this and am looking at it
http://forum.springsource.org/showthread.php?111469-Dynamically-build-FlatFileItemWriter-file-name-at-runtime
Hi there,
I'm working on a project that needs to process multiple files (of similar formats) from 'n' systems. I am reading them into a database and then writing some reports based on the data....
Thanks for the reply. My Job looks like this:
<batch:job id="jobProcessReconcilationFiles">
<batch:step id="step1" next="step2">
<batch:tasklet>
<!-- Read in the CAR files and...
Hi there,
I'm using a MultiResourceItemReader to load files into a FlatFileItemReader which are then run through a ItemProcessor before being written out to FlatFileItemWriter.
The...
Hi there,
I am trying to separate some services (business from transport/host), but need to keep a piece of information that for certain implementations needs to be passed between the 2 (but not...