I am new to Spring batch. I need to achieve the following: Step 1: Copy a file from remote location to local directory. Step 2: Process each line of the file. Step 3: Store the processed line into a database.
I am sure about the last two steps, but how can I achieve the first step?
Thanks for your help.
you can write a tasklet to achieve this this tasklet would be in separate step
Tasklet will be