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 agoCopy LinkReport@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 DiscussionsJavascript to promote top level listsSolvedGoogle Sheets Subscribe questionsBasic string transformations not workingSolvedCan we generate XML file in pretty print format using native snapLogic snaps?SolvedMultipart Reader failure - 'content-type' was not foundSolved