Forum Discussion

rpatrick00's avatar
rpatrick00
Contributor
5 years ago

Mapping optional arrays of objects to arrays of objects

I have an input schema that contains some optional arrays of objects in one format that I need to map to a target schema with an array of objects in another format. The problem I am having is how t...