Hi list.
This question has been touched on multiple times, but in different setups, so I'll ask it anyway.
I have 16 datasets, that need to run thru the same set of 4 regular transformers. Each dataset has a varying set of attributes.
I would like to create a single embedded custom transformer with these 4 regular transformers, and reuse the embedded transformer instead of having to add 4x16 (=64) similar transformers.
The attributes are to be accessed in the contained regular transformers, creating a need to expose the attributes.
Is this even doable in any sensible way ?
Cheers