You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Average of data in OIC mapper

edited Aug 17, 2020 6:38AM in Integration 7 comments

Content

Hi Experts,

Below is the data coming from the source system. Would like to calculate the average of Rating of the same account name. Can you please help you this can be achieved. 

{
    "Contacts": [{
            "Id": "abc",
            "AccountName": "apple",
            "Rating":"4",
          
            
        },
        {
            "Id": "xyz",
            "AccountName": "apple",
            "Rating":"3.5",
           
           
        },
{
            "Id": "ddd",
            "AccountName": "google",
            "Rating":"4",
           
           
        },{
            "Id": "xyz",
            "AccountName": "google",
            "Rating":"2",
           
           
        }
    ]
}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!