Skip to main content

Hi everyone,

 

I am looking for the right transformer to do a simple table manipulation here. So I have T1 (a table with multiple columns) and T2 (a table with a single column representing groups). I would like to duplicate T1 n number of times (n = number of groups in T2) where each row in T1 would be copied to be represented in each group to give T3 as a result.

 

Thanks in advance!

Explanation_capture

The workflow in this screenshot should get you what you want.imageimage


Wow great solution! I kinda hope there would be a single transformer to do that, but your solution works like a charm and is quite simple. I was missing that 'Cloner' transformer.

Thanks!


This workspace gives the same results in an easier way.

image


Reply