I have a table in which two columns have partly identical cell entries (strings). In other rows only column 1 has entries, in other rows column 2 and in other rows column 1 and 2 have different entries. I want to merge both columns and the new generated column 3 has
1) only one row-entry, when column 1 and 2 entries are identical
2) two comma-separated entries, when column 1 and 2 are different
3) one entry, when only column 1 or 2 has an entry.
How do I manage that? The Column-aggregator-concatenate does not fully manage this job, it creates dublicate entries and sets "?", where one column was empty.
Joiner is not the correct node, since it works with two different tables and it does not bring together different entries in one cell (with e.g. ";"-separated).
I could leave out the question arrows by unticking the "missing"-field in the concatenate-command in the column aggregator. Thus point 2) and 3) in my first thread-wishlist are full filled.
But still, identical entries are not merged to a single entry (point 1) ).
Super. Thanks a lot. Just one click away. One last additional question: Is there a possibility to switch to case-insensitive? Currently the Unique Concatenate works case-sensitive.