Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 419 Bytes

File metadata and controls

10 lines (8 loc) · 419 Bytes

Converting_DBResults_To_Json_Java

Problem statement :-

  1. There are 2 DBs. After a batch job run, data from DB1>table1 goes to DB2>table1.
  2. We need to verify the data is transferred.
  3. Now you need to do a get API call to check if the data is available in DB2>table1
  4. for that we need to get the data from DB1 and put it in json format
  5. do the API get call to DB2 with the json
  6. check the response