I have a requirement to store the data read in the reader in the job execution context so that it is accessible to the other steps. Is it possible to access step execution context in the read method of the reader and then promote the data in step execution context to job execution context? Is there any listener which has access to both the data returned by the reader and the step/job execution context?
Thanks in advance.
