Merge Cells including the cell's data


We want to merge the cells including the data in a row, for example, in “sample input.” Row0 and Row1 cells need to be merged.
Please refer to the example sample input and merge output screenshots.
Provide us the solution.
Thank you

Hi @SA20276736 ,
thank you for your question!
If I understood you task correctly, one of the approaches is to use the GroupBy node:

  • as Groups choose some column with variables/indeces identifying which rows to merge,
  • in one of Aggregation tabs apply concatenation row-wise.

Let me know if it helps.

Best,
Daria

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.