-2

Please help! I have two streams (columns), let's say col_1 and col_2. There are 50 unique rows in col_1 and 10 unique rows in col_2. I need to assign these 10 unique rows to EVERY row of col_2.

Actually I need to populate every value from col_1 10 times.

1 Answers1

1

As far as I can understand, you are looking for the JoinRow (cartesian product) step.

AlainD
  • 6,187
  • 3
  • 17
  • 31