Meghana M

Meghana M

  • 1.5k
  • 175
  • 19.1k

how to store the response from external API to an existing table

Jan 12 2024 12:57 PM

how to store this response from external API to an existing table using stored procedure. I need to store the joined date , employee id

from api response:

"Employee joined  Date","Employee ID","Job ID","Status"
"2023-06-09T09:32:49",123456","REF11","Open"

"2023-07-09T09:32:49",1234516","REF101","closed"

"2023-08-09T09:32:49",1234567","REF121","Open"

 


Answers (5)