Hi all, I have a problem I haven't yet found a solution for.
I have one object to be built from multiple files. For instance:
Class MyObject
- Property MyPropertyA
- Property...
Type: Posts; User: JWindebank; Keyword(s):
Hi all, I have a problem I haven't yet found a solution for.
I have one object to be built from multiple files. For instance:
Class MyObject
- Property MyPropertyA
- Property...
Thanks Marten. I am only using the static members for now to solve the problem of not being able to pass objects around, however the execution context appears to solve this. Thank you!
I have one...
Hi everyone, I have pretty much solved my external mapping issue however have one additional problem to solve for.
I would like to be able to modify the resource property of FlatFileItemReader at...
Hi all, I am still really new to Spring Batch and am having some trouble solving a problem that I am hoping I can get some guidance on please.
I am trying to build a semi-generic input file reader...
Hi all, I am new to Spring Batch and have had a fair bit of fun getting an application working that I am happy with. The only hurdle I've come across so far is how to pass in field names to the...