Legacy Dev Forum Posts

 View Only

Sign Up

Translation frustration! tried everyting

  • 1.  Translation frustration! tried everyting

    Posted 06-05-2025 18:45

    Clayton_Curtis | 2024-05-09 01:54:19 UTC | #1

    Tried everything, here is output of json from my request...and i am looking for data.workerType.id

    { "data.primaryJob.location.id": [ "25a70825c84a106684cefffcd83142b9" ], "data.workerType.id": [ "d588c41a446c11de98360015c5e6daf6" ], "data.primaryJob.location.descriptor": [ "175 W Jackson Chicago, IL 60604" ], "data.workerId": [ "74084" ], "data.person.id": [ "c293f016114b01c7fa7627b4ae892809" ], "data.workerType.descriptor": [ "Employee" ] }

    I cant seem to figure it out know matter what i use

    { "translationMap": { "id": "$??????" }, "translationMapDefaults": {}, "successTemplate": "${rawResult}" }


    zubair | 2024-05-09 10:15:23 UTC | #2

    Hi, Can you post the sample source data? Redact any sensitive info but dont break the schema


    Clayton_Curtis | 2024-05-09 12:32:43 UTC | #3

    ok, i am doing api call to workday. this is what gets returned in the json (below)...i really only need to get data.person.id.

    { "data.primaryJob.location.id": [ "12313123" ], "data.workerType.id": [ "23123" ], "data.primaryJob.location.descriptor": [ "175 W 123 Chicago, IL 60604" ], "data.workerId": [ "74084" ], "data.person.id": [ "123" ], "data.workerType.descriptor": [ "Employee" ], "data.primaryJob.supervisoryOrganization.Organiza tionReferenceID": [ "213-3-390" ], "data.primaryJob.id": [ "2" ], "data.primaryJob.location.LocationID": [ "ILCHI" ], "data.primaryJob.location.country.descriptor": [ "United States of America" ], "data.primaryJob.supervisoryOrganization.descriptor": [ "People Team (23 12)" ], "data.person.email": [ "2@enova.com" ], "total": 1, "data.primaryJob.descriptor": [ "People Ops & HRIS Manager II - Edwin 123" ], "data.primaryJob.supervisoryOrganization.id": [ "w432" ], "data.descriptor": [ "Edwin " ], "data.primaryJob.jobType.JobTypeNameID": [ "Primary" ], "data.id": [ "123" ], "data.primaryJob.jobType.descriptor": [ "Primary" ], "data.primaryJob.location.country.ISO3166-1Alpha-3_Code": [ "USA" ] }


    Clayton_Curtis | 2024-05-09 16:05:34 UTC | #4

    i got it sorted. thanks


    system | 2024-06-09 16:06:20 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 26181