Hello,

I'm starting in "Spring Batch" for a new project, so first, I'd like to apologize if my question could seem a bit stupid...

I'd like to parse a flat file using the "FlatFileItemReader" in a step. This, I find how to do it.
But, I'd like to provide the name of file to parse into the Job parameters (an not in the property in the xml conf file.
How can I forward this parameter, from my Job, as a ressource to my Step ?

Thanks to help me please...or at least, if somebody has a good tutorial about Spring Batch basics.