Replace unique concatenate delimiter by page break

Hi everyone, I wonder if there is a way to replace the unique concatenate delimiter by a page break, because I want to see the concatenated values like a list.

So I was trying to use the String Replacer node, but it does not work

Thank you

Page Break Unique Concatenate.knwf (15.4 KB)

hi @mauuuuu5 ,

I was able to get line breaks by using the String Manipulation node and
replace($column2$,",","\n")

br, Tommy

2 Likes

Thank you, I worked perfectly.

Best Regards

Mau

2 Likes

Hello @mauuuuu5,

GroupBy node accepts \n as delimiter.

Br,
Ivan

1 Like

Oh great thank you I will try that option

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