Hi @kienerj
I’m not sure that I fully understood your your request. An example of input → aimed output would help…
-
Do you have a multi-line text in a cell like this one?
-
And you want to split it in rows. Or do you have a text split in rows?
‘Cell Splitter’ node
delimiter == "\n"
Then Unpivot
-
Then, do you want to merge it in a cell?
‘Pivoting’
‘Column Aggregator’ node
columns, wildcard == "*_Arr*"
concatenate, delimiter == "\n"
BR