SAP Open Connectors

How do I Create a Transformation with an Array?

When defining a common resource with an array, use the following format:

keyToArray[*].keyToValuesInArray

This will result in:

{ "keyToArray": [ “keyToValuesInArray”: “1”, “keyToValuesInArray”: “2" ] }

Good: (note the asterisk inside the brackets)

Bad (note the missing asterisk inside the brackets):