Merge transform

This topic tells you about the Application Accelerator Merge transform in Tanzu Application Platform (commonly known as TAP).

The Merge transform feeds a copy of its input to several other transforms and merges the results together using set union.

A Merge of T1, T2, and T3 applied to input I results in T1(I) ∪ T2(I) ∪ T3(I).

Diagram showing a merge transform.

Syntax reference

T1()
+ T2()
+ T3()
check-circle-line exclamation-circle-line close-line
Scroll to top icon