I need to write a Step with :
- reader JpaPagingItemReader
- processor that return a List
- writer that writer foreach student that returned from processor a line in csv file.
How it is possible? how write a costum "FlatFileItemWriter" that consume a list and for each object write a line into FileResource?
Thanks