I’ve a SpringBatch Job where I skip all duplicate items write to a Flat file. However the FlatFileItemWriter throws the below error whenever there’s a duplicate: Writer must be open before it can be written to Below is the Writer & SkipListener configuration – The overall Job is defined as below and I’m using the duplicateItemWriter from the SkipListener. I’ve