The UnNest operator unpacks incoming tuple with a multi value attribute to create multiple tuples

Parameter

Example

 

output = UNNEST({
                 attribute='myAttribute'
                },input)