Convert rows to columns , but columns have a suffix

Hi @MarekV,

You can still use the solution provied by @HansS in the mentioned topic or also you can use a GroupBy node to concatenate the values and then split the values with a Cell Splitter node inside a Column List Loop Start and Loop End (Column Append) loop.

4 Likes