Hi All,

I am new to this forum and new to spring batch. We are developing an application using spring and spring batch framework.

The issue we are facing is, we are using FormatterLineAggregator and the BeanWrapperFieldExtractor for FlatFileItemWriter to write to a flat file from Database.

We just want to configure the line aggregator and the field extractor during runtime. We will be able to know the format only during run time. We cant figure out how to configure dynamically. Is there any other way to configure the line aggregators??

Thanks