I assume you need to join first C41 with first C42, etc. - as you did not mention how to deremine which of the numerical rows should get tied to IN.
Looks like you need to generate sequence for each Field_Name, split the data flow into two, based on Field_Name, and join back using the generated sequence.
The Expression should generate a sequence by having following ports:
发布评论
评论(1)
我假设您需要使用第一个
c41
与第一个c42
等加入 - 因为您没有提及如何剥夺哪个数值行应与绑定到
in
。看来您需要为每个
field_name
生成序列,将数据流分为两个,基于field_name
,然后使用生成的序列加入。表达式应通过以下端口来生成序列:
现在流如下:
I assume you need to join first
C41
with firstC42
, etc. - as you did not mention how to deremine which of the numerical rows should get tied toIN
.Looks like you need to generate sequence for each
Field_Name
, split the data flow into two, based onField_Name
, and join back using the generated sequence.The Expression should generate a sequence by having following ports:
Now the flow would be like this: