How to bulk load the data of the rest API response from 3rd party into import set staging table?
We have requirement to update the records in the custom table from 3rd party Rest API response.Rest API returns bulk data like 1000 records.Instead of updating the target table records directly, We want to parse the 3rd party API response data and lo...