I am trying to create an incementel ID from the case below. So what every comes before row "ID" belongs to that ID #.
A
t11
B
t12
C
t13
D
t14
E
t15
F
t16
ID
t1
A
t11
A
w21
B
w23
C
w24
D
w25
E
w26
F
w27
ID
w2
I was wondering if there is any way to drag ID into a new column ? I have read the other posts here in this case tricky part (at least for me) is that ID is a record itself.
if you are not comfortable with the java, here's an approach using the manipulation nodes to create the necessary columns and pivots to the final table
I've show also how to deal with the duplicate fields.