i get map and script transforms, those add new capacity
but why ever expression transform?
i get map and script transforms, those add new capacity
but why ever expression transform?
To combine an indirect tag binding with an expression. When you don't need the tag value itself for any other purpose.
(I pretty much never do this, as another use for the tag value is almost inevitable.)
Well one project I saw that they chained multiple expression transforms to do increasingly more operations on each’s output… ![]()
I would use my Integration Toolkit's alternate tranform() for this--less overhead.