简体   繁体   中英

Reading Different csv's using springbatch

Hi I need help with reading different csv files using spring batch. Files are different types not able to get idea how to read. can somebody help me with this issue.

I'm using FlatFileItemReader to read one file. I need to read multiple files example:

i need to read all files process and insert in to db.

Files are of different types, so I would keep it simple use different items readers.

If those files can be processed independently, you can process them concurrently in different steps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM