I have a spring batch workflow where I read from a flat csv file and write it a csv file.
This is what my ItemWriter looks like:
@Configuration public