Multiplexer Component
The Multiplexer takes data from its Input Channels, applies a Mux channel tag containing the name of the input channel, and sends the tagged data item out on its default Output Channel. The Mux is expected to have Input Channels that match its corresponding Demux’s Output Channels.
The Multiplexer requires custom input channels be set up by the user - this is described in the Blueprint Editor article
Data Governance
This component does not modify the Data Governance status of any items.
Input Channels
channelN — Custom input channels that receive PipelineData data items. The component then tags the data as having been multiplexed with the Input Channel name, and outputs it to default. The name of the input channel does not have to follow any particular pattern and can be chosen by the user as needed. Note however, that it should match one of the Output Channel names on the corresponding Demux.
Output Channels
default — Outputs the PipelineData data that was received on the input channel, now tagged by the Mux.