Have 2 tables Table1 and Table2. Have to read from Table1 and save data to Table2. Before saving to Table2 have to check if the record exist in Table2 if exist then update otherwise insert.
I am new to spring batch and trying to use it. Not sure how this can be done. I see examples online are all flat file to database. Didn't find that does something like above. Any help is appreciated.