Spring Batch - 根据记录计数写入多个文件

时间:2015-05-07 04:47:49

标签: java spring spring-batch

在spring批处理中,我需要从数据库读取并写入文件,文件中允许的行数为N,因此如果获取N + 10条记录,则应创建包含N的两个文件行和10行。

有人可以帮助我完成作者的实施吗?有没有其他简单的方法呢?感谢。

1 个答案:

答案 0 :(得分:1)

Spring批处理有char newarray[b][b]; //b being the square root of the closest perfect square. //put string into arrray; int i=0; for(int row=0; row < b; row++) { for(int column=0;column < b; column++, i++) { newarray[row][column] = newstring[i]; } } 你可以根据行数编写

MultiResourceItemWriter