标签: spring-batch
我有批处理程序,它将从数据库中获取数据并使用JdbcCursorItemReader和FlatFileItemWriter放在一个平面文件中。但是现在我想在文件的开头添加一些简单的硬编码文本。 请帮忙怎么做?
答案 0 :(得分:0)
您只需编写一个实现FlatFileFooterCallback接口的类,或者只使用默认实现的SummaryFooterCallback类。
http://static.springsource.org/spring-batch/apidocs/org/springframework/batch/item/file/FlatFileFooterCallback.html