Reputation: 3
I am using spring batch to process my inbound files, below is my use-case
Could anyone suggest me how to implement this using Spring Batch.
Upvotes: 0
Views: 1534
Reputation: 2658
I would like to follow the below approach
Partitioner
Reader will be CSV Reader provided by Spring Batch.
Listener will be used to send Report when all processes are done.
Please refer this one as an example.
If you want exactly the same as your requirement, please let me know I can post one for you.
Nghia
Upvotes: 1