例如
有一个 csv 文件,它有 20 列 id,name,....
我希望将前 10 列数据写入一个表中,就像其他 10 列数据在不同表中一样
如何在 Spring Batch 中使用 ItemReader、ItemWriter 来实现这一点
例如
有一个 csv 文件,它有 20 列 id,name,....
我希望将前 10 列数据写入一个表中,就像其他 10 列数据在不同表中一样
如何在 Spring Batch 中使用 ItemReader、ItemWriter 来实现这一点