BobbyNew Contributor4 years agoParsing of json object with dynamic attribute keys Hi, I have a nested json, with the inner most element is an array of struct. The key to identify this inner element is a dyamic value. see the numeric value in the below json. the json pars...Show More
SupratimContributor III4 years ago@Bobby try below expression in mapper and name vehicleList in target mapper. Then use json splitter. PFB screenshot. $alternativeVehicle.mapValues((val,key) => val.map(ele=> ele.extend({“vehicleKey”:key}))).values()
Recent DiscussionsGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMPagination and nextCursor in headerJavascript to promote top level listsSolved