Forum Discussion

jhagist's avatar
jhagist
New Contributor III
8 years ago

Problem with Pipeline Parameter in Mapper Snap

I am using a mapper snap to extract data from a json schema. This is the code from the expression {id:$id}.extend($.fieldValues.map (elem => [elem.id, elem.type, elem.value])) What I want to do...