Friday, February 11, 2022

Json - sample mixed element

Sample json :

{
  "name" : "close",
  "parameters" : [ {
    "closedDate" : "2019-09-27",
    "closeReason" : "ORA_UPGRADE",
    "closeCreditMethod" : "ORA_FULL"

  }, {
    "closedDate" : "2019-09-28",
    "closeReason" : "ORA_UPGRADE",
    "closeCreditMethod" : "ORA_FULL"
  } ]
}

Json object in transformation:



No comments:

Post a Comment

Featured Post

OIC - How to Retrieve Email Attachments Using Microsoft Graph API: Automating Payment File Processing

Retrieving Email Attachments Using Microsoft Graph API: Automating Payment File Storage in Object Storage Use Case: A finance team needs t...