Hi everyone,
I want to send a long string as an Email with knime. This string needs to be structured so I would like to add paragraphs to the string.
For example:
User1XXXXX;User2XXXXX;User3XXXXX
should look like
User1XXXX;
User2XXXX;
User3XXXX;
For my usecase it is not feasible to split the string into multiple rows it must stay in one row.
Can anybody help me with that? Thank you very much.
Best Ole