I know this may seem like a basic task, but I cannot find any documentation regarding this.
I have an output port after a set of transformations (Filter/Joins/Aggregates/Joins/Filters) and would like to use an output port twice going into 2 separate transformations.
Is this possible from all transformations?
Anything I need to watch out for?
Thanks
Yes, you can connect the output port to two separate transformations. No problem. But, they should remain in separate pipelines for the rest of the mapping. If you need to bring the two ports back to a single transformation again, you would require transformations that support multiple input groups like, Joiner, Union etc.