We have two tables (same in both) in Db2 and postgreSQL. let's say table name is "user" has id, name, mailId as columns. We need to compare/validate these two tables. But for that we need two item readers for a single step in spring boot. In that case,how can we proceed with that?
We have tried with 2 item readers with step but there is no provision to keep 2 items readers in single step with only one processor (for comparing the data fetched from db2 and postgreSQL)
Any suggestions would be highly appreciated.